Getting `Can't Load URL` with Laravel Socialite using Facebook
Trying to setup Facebook login with Laravel Socialite... getting the following error trying to test from my local setup.
Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
App Domains: myapplication.test
Website Site URL: https://myapplication.test/
I am using Valet to test from local. I'm using valet secure so my local site is https. My keys are setup and being referenced in the app.
I can't figure out why this isn't working. I've tried several variations...
Any ideas why this is happening?
Please or to participate in this conversation.