Log message #4188981

# At Username Text
# Jun 9th 2019, 09:46 adithya oh! my client wants to support FB login, so I'm here trying to understand this, thank you for taking the time to point me toward the resources :slightly_smiling_face:
# Jun 9th 2019, 09:40 challgren The stackoverflow may help. I stopped doing FB dev since they kept changing and removing stuff so I gave up but I recall the whitelisting, https, and resolvable url where common issues people had
# Jun 9th 2019, 09:38 adithya thank you!
# Jun 9th 2019, 09:37 adithya yes, it is!
# Jun 9th 2019, 09:37 challgren https://stackoverflow.com/questions/37001004/facebook-login-message-url-blocked-this-redirect-failed-because-the-redirect
# Jun 9th 2019, 09:36 challgren Is your URL publicly accessible?
# Jun 9th 2019, 09:25 ra7bi Yes
# Jun 9th 2019, 09:25 challgren Just a FYI with PDF generation css and links should be fullBase => true so the PDF generator can properly locate the files/links
# Jun 9th 2019, 09:23 challgren Or on a computer with access download all your stuff and then zip up the project and sneakernet it to your dev
# Jun 9th 2019, 09:23 ra7bi and install
# Jun 9th 2019, 09:23 ra7bi and i will do composer update
# Jun 9th 2019, 09:23 ra7bi just i got an idea , will move the project online without src folder .
# Jun 9th 2019, 09:22 ra7bi Yes,
# Jun 9th 2019, 09:22 challgren Isolated from the public internet
# Jun 9th 2019, 09:22 ra7bi what do you mean ?
# Jun 9th 2019, 09:20 challgren Is your dev airgapped?
# Jun 9th 2019, 09:19 ra7bi Yah , but i meant if i could download entire package
# Jun 9th 2019, 09:18 challgren well cloning wont fix that problem since you’ll still need a connection to dl the package
# Jun 9th 2019, 09:18 ra7bi that's why
# Jun 9th 2019, 09:18 ra7bi my development environment is offline
# Jun 9th 2019, 09:16 challgren try composer dump-autoload
# Jun 9th 2019, 09:14 challgren You could submodule it but composer is your best option IMHO
# Jun 9th 2019, 09:14 ra7bi or i need to do more steps
# Jun 9th 2019, 09:14 ra7bi im wondering can i install the plugin without composer ? like clone it from github to vendor folder only
# Jun 9th 2019, 09:13 challgren Maybe clear your vendor folder and rerun composer
# Jun 9th 2019, 09:13 ra7bi @challgren sorry i was busy , i think i've a problem with my development PC , i install it in other pc and everythings just works fine
# Jun 9th 2019, 09:12 challgren Any luck @ra7bi
# Jun 9th 2019, 08:38 challgren Could be the config vars are not set
# Jun 9th 2019, 08:37 challgren Can you look in your logs folder to see if theres anything meaningful there
# Jun 9th 2019, 08:37 ra7bi so i cant debug it
# Jun 9th 2019, 08:37 ra7bi the main problem when i put `$this->addPlugin('CakePdf', ['bootstrap' => true]);` in `application.php` i got blank screen
# Jun 9th 2019, 08:36 challgren Im also using CakePHP 3.8.0-RC2 but shouldn’t be too diff from 3.6
# Jun 9th 2019, 08:33 challgren If I want to force a pdf for a non pdf extension I add the following line in the controller `$this->viewBuilder()->setClassName('CakePdf.Pdf');`
# Jun 9th 2019, 08:31 challgren When I want a pdf of the page I just add .pdf to the url and bam PDF generated
# Jun 9th 2019, 08:31 slackebot <adithya>
# Jun 9th 2019, 08:30 adithya doesn't seem to be working, just asking from the redirect url i figured that https://mywebsite/hybrid-auth/endpoint is the one that i have to add to my fb app
# Jun 9th 2019, 08:30 challgren In routes.php I have `$routes->setExtensions(['json', 'pdf']);`
# Jun 9th 2019, 08:29 challgren In my application.php bootstrap I have `$this->addPlugin('CakePdf', ['bootstrap' => true]);`
# Jun 9th 2019, 08:25 ra7bi i tried also to load the plugin from `application.php` but after i loaded i got blank white page :(
# Jun 9th 2019, 08:11 ra7bi 3.6.11
# Jun 9th 2019, 08:09 challgren And cakepdf