Closed amc-corey-cox closed 1 month ago
Here is the error and some documentation.
Here’s the Django link in the screenshot:
Info in case helpful:
I’m using Chrome. No ad blockers. Cookies accepted. Tried the IP address on and off the RTI VPN. In the error details, this one caught my eye: “If you are not using CsrfViewMiddleware, then you must use csrf_protect on any views that use the csrf_token template tag, as well as those that accept the POST data.”
Looking for errors at the home page:
After deployment, I was able to add the AWS instance as a trusted origin in settings.py. Also, I needed to have secure HTTP enabled.
On trying to login to the development environment made available on my system an external collaborator has received a CSRF error. I'm not sure what is going on here but we will need to solve this if it means people can only log in from the originating system more information will follow.