Open devilman85 opened 1 month ago
Did you set the variable here? https://github.com/LDO-CERT/orochi/blob/master/.envs/.local/.django#L73 You can set it with the URL that then you will use to access. Also the IP address is ok in case.
always gives me error even with ip
probably wrong syntax, try in this way (the ip is an example):
CSRF_TRUSTED_ORIGINS=['https://orochi.dev','https://localhost','https://192.168.11.134']
I followed your advice but I always have the error you see
Hello,
as I suggested is not correct 100%, in fact when try to upload I got CSRF error again!
This one instead it works 100% ,tested login and upload of dump:
CSRF_TRUSTED_ORIGINS=https://orochi.dev,https://localhost,https://192.168.11.134
PS: when apply changes on .envs/.local/.django ensure to stop and start again the container, the restart doesn't work!
I have a problem with logging in via admin/admin. CSRF verification failed. Request aborted.