CORS issue

Trying to get thing stood up in AWS, however I'm running into a CORS issue.

I have the API running at https://novu.mydomain.com, and the web variant running at https://web-novu.internal.com.

I have set the FRONT_BASE_URL environment to https://web-novu.internal.com/ and my NODE_ENV is production as per other CORS issues I found before creating this post. When I navigate to the login screen, and attempt to login, I get the CORS preflight error.

Access to XMLHttpRequest at 'https://novu.mydomain.com/v1/auth/login' from origin 'https://web-novu.internal.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.


Currently running v0.15.0
Was this page helpful?