Login not working (Production)
I need help fixing my login page, it works on local server with the same setup. I also added session_domain and app_url in env file. When i try to login it keeps redirecting me back to login page.
Solution
Thanks the problem was in livewire. I forgot to remove/comment this line of code in my service app provider.
I'm using it to configure livewire's update endpoint if my app is deployed in
I'm using it to configure livewire's update endpoint if my app is deployed in
https://example.com/custom.