Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Cloudflare Flexible. So I configured AppServiceProvider.php like this:
I open site with https, screens and forms works fine, except login.
When I press "Login" I get errors in Console:
And after page reloading - I am already logged in and everything is fine.
I tried to add '*' to config/cors.php
'paths' => ['api/*', 'sanctum/csrf-cookie','*'],
After this I get other errors in Console but same behaviour.
So why platform trying to send request to 'http' when log in? How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions