This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Paperless-NGX 403 Forbidden after Account Creation #3854
-
Hello, I can only Log in to Paperless with the IP. When I want to use my Domain, I am getting a 403 Forbidden Error (CSRF-Verification failed). I added the PAPERLESS_URL in the paperless.conf and restarted the LXC Container but it still does not work. |
Beta Was this translation helpful? Give feedback.
Answered by
Mellowlynx
Oct 7, 2024
Replies: 1 comment
-
Make sure that If you use a reverse proxy, read this, there are some tips that worked for others. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MickLesk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure that
PAPERLESS_URL=
is set with https://, not just the (sub-)domain.You could try to also set
PAPERLESS_CSRF_TRUSTED_ORIGINS=
but this one should not be necessary.If you use a reverse proxy, read this, there are some tips that worked for others.