CSRF verification failed. Request aborted. More information is available with DEBUG=True. #1820
Closed
Description
I deploy this system using docker-compose and I am able to login normally in the Web UI, but when I login through the http://127.0.0.1/admin get a Forbidden (403).
Sometimes I can directly enter the background management system, but as long as the form is submitted, the problem still occurs.
I have never used Django, so I'd like to ask why this is ?