Skip to content
New issue

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

Production config files example #65

Open
rgarrigue opened this issue Oct 10, 2022 · 2 comments
Open

Production config files example #65

rgarrigue opened this issue Oct 10, 2022 · 2 comments

Comments

@rgarrigue
Copy link

Hi there

I'm testing pygmy in a homemade Helm chart. A bit in trouble with Django behing unhappy with CSRF. Would you mind providing/documenting config files examples, both pygmy's and pygmyui's ?

Best regards,

@isaacgrimaldo
Copy link

I had the same error until I removed the CSRF middleware. I tried configuring CORS, but it still didn't work. So, for now, removing the middleware seems to be the quick solution.

@alwyn-govchain
Copy link

alwyn-govchain commented Jun 27, 2024

did you remember to set the allowed host and allowed origins for the django.middleware.csrf.CsrfViewMiddleware?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants