We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to login after deployment, gives CSRF verification failed. Request aborted. error
CSRF verification failed. Request aborted.
The text was updated successfully, but these errors were encountered:
Hello,
Modify the /opt/petereport/app/config/petereport_config.py file and add your Server IP in the following field:
'csrf_trusted_origins': env.list('PETEREPORT_DJANGO_CSRF_TRUSTED_ORIGINS', default=['https://[YourServerIP]','https://localhost', 'https://127.0.0.1'])
Than run the following command: docker compose build --build-arg TARGETARCH=amd64
And run your docker up: docker compose up
Sorry, something went wrong.
No branches or pull requests
Unable to login after deployment, gives
CSRF verification failed. Request aborted.
errorThe text was updated successfully, but these errors were encountered: