You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signup process should complete successfully, creating a new user in the MongoDB Atlas database.be completed
👎 Actual Behavior with Screenshots
Receiving a 431 Request Header Fields Too Large error. The request URL shown is:
http://MY_IP_ADDRESS:4200/auth/:3000/v1/auth/register
Request Method: POST
Status Code: 431 Request Header Fields Too Large
Novu version
0.24.0 (based on the Docker image versions in the compose file)
npm version
NA (using Docker setup)
node version
NA (using Docker setup)
📃 Provide any additional context for the Bug.
Using MongoDB Atlas instead of a local MongoDB instance.
Environment variables for API_ROOT_URL and FRONT_BASE_URL are set using $HOST_NAME:
API_ROOT_URL=$HOST_NAME:3000
FRONT_BASE_URL=$HOST_NAME:4200
The full .env configuration is based on the .env.example file provided by Novu.
The error URL (http://MY_IP_ADDRESS:4200/auth/:3000/v1/auth/register) suggests there might be an issue with how the API URL is being constructed.
👀 Have you spent some time to check if this bug has been raised before?
📜 Description
The signup process fails with a 431 Request Header Fields Too Large error using mongoDB altas and coolify (docker-compose )
👟 Reproduction steps
My Env
👍 Expected behavior
The signup process should complete successfully, creating a new user in the MongoDB Atlas database.be completed
👎 Actual Behavior with Screenshots
Receiving a 431 Request Header Fields Too Large error. The request URL shown is:
http://MY_IP_ADDRESS:4200/auth/:3000/v1/auth/register
Request Method: POST
Status Code: 431 Request Header Fields Too Large
Novu version
0.24.0 (based on the Docker image versions in the compose file)
npm version
NA (using Docker setup)
node version
NA (using Docker setup)
📃 Provide any additional context for the Bug.
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: