You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I'm using the docker compose udata stack on my local development plateform
I've added 127.0.0.1 local.domain in my windows directory C:\Windows\System32\drivers\etc\hosts (equivalent to Linux /etc/hosts)
I've configured udata.cfg :
Then I rebuild my docker image
I added my user acount and set it to admin via terminal udata commands
When I go to http://local.domain:7000, the welcome is correctly displayed but when I try to login via the login page and click on "log in" I have systematically an error
Bad Request
The CSRF session token is missing
I've tried by removing the cache but nothing change
But when I try with http://localhost:7000, everything works fine and I can login correctly
I don't manage to solve the problem
Thank you for you feedback
The text was updated successfully, but these errors were encountered:
Hello
I'm using the docker compose udata stack on my local development plateform
I've added
127.0.0.1 local.domain
in my windows directory C:\Windows\System32\drivers\etc\hosts (equivalent to Linux /etc/hosts)I've configured udata.cfg :
Then I rebuild my docker image
I added my user acount and set it to admin via terminal udata commands
When I go to http://local.domain:7000, the welcome is correctly displayed but when I try to login via the login page and click on "log in" I have systematically an error
I've tried by removing the cache but nothing change
But when I try with http://localhost:7000, everything works fine and I can login correctly
I don't manage to solve the problem
Thank you for you feedback
The text was updated successfully, but these errors were encountered: