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
Currently running
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.Currently running
v0.15.0