voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 233 forks source link

Login request fails #357

Closed vg-github closed 5 years ago

vg-github commented 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.

My site is configured to use SSL. Any idea where this http:// is hardcoded?

vg-github commented 5 years ago

Solved, it was the APP_URL in .env.