Great starter kit but on production server I get an error when logging in. Login is not possible. Database and user is available.
Login error on production machine, cors works but I get the error
Local with host: localhost:3000 and localhost:8000 everything local works great.
On the production server I have different hostnames but the cors problem is solved. Everything works but I can't log in.
Thanks for the help.
With kind regards
Dieter
Close this question because the problem generally occurs when sending a post query on the production server with
e.g. myexample.com domain
I will ask another question with my test.
Great starter kit but on production server I get an error when logging in. Login is not possible. Database and user is available. Login error on production machine, cors works but I get the error
Local with host: localhost:3000 and localhost:8000 everything local works great. On the production server I have different hostnames but the cors problem is solved. Everything works but I can't log in. Thanks for the help. With kind regards Dieter