Seqr local installation [AWS] redirect : 403 Error #4250
-
Hi Everyone, I have the seqr installed on a local installation using the docker-compose version. It is installed correctly and works fine when used with the machines IP address. But when I added a load balancer to the instance and redirected it from a URL (instead of direct access to the IP address) I get a 403 error. Here is the log in the container. seqr_1 | {"timestamp": "2024-07-19 14:25:46,443", "severity": "WARNING", "message": "Forbidden (Origin checking failed - https://seqr.xyz.com/ does not match any trusted origins.): /api/login"} Any suggestions on changes I could make to the application so it doesn`t think the URL is the IP address. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Try setting the |
Beta Was this translation helpful? Give feedback.
I wanted to update everyone that once I added CSRF_TRUSTED_ORIGINS = ["https://seqr.xyz.com/"], it was fixed.
Thanks