woeip
woeip copied to clipboard
Production Configuration for Authentication
Describe the bug When attempting a production build with changes in #435, attempting to register an account was undermined by a CORS error. In the docker console the proxy had an ssl handshake error.
To Reproduce Steps to reproduce the behavior:
- Create production build of the whole application
- Attempt to register a user
Expected behavior The CORS Settings in Django should allow requests from woaq.org
Additional context #435 removes the NGINX config file, which included CORS settings
Labels
- [x] Add a status label
-
needs definition
-
needs help
-
ready to work on
-
in progress
-
backlog
-
- [x] Add a
bug
label - [x] Add additional labels as needed
Affected Components (For Developers) NGINX Server, DJANGO CORS settings
Reverting the NGINX conf did not resolve the issue