Closed vg-github closed 5 years ago
It seems the login form sends the request to http:// instead of https://. I noticed this in the console, the XHR request is being denied by the browser.
http://
https://
My site is configured to use SSL. Any idea where this http:// is hardcoded?
Solved, it was the APP_URL in .env.
APP_URL
.env
It seems the login form sends the request to
http://
instead ofhttps://
. I noticed this in the console, the XHR request is being denied by the browser.My site is configured to use SSL. Any idea where this
http://
is hardcoded?