SSL CORS Error (Dashboard signup)
HI There,
i have setup 3 domains for my novu deployment :
novu.mydomain.com
dashboard.novu.mydomain.com
ws.novu.mydomain.com
I have set these in the ENV file Like so :
HOST_NAME=https://novu.mydomain.com
API_ROOT_URL=https://novu.mydomain.com
FRONT_BASE_URL=https://dashboard.novu.mydomain.com
VITE_API_HOSTNAME=https://novu.labs.mydomain.com
VITE_WEBSOCKET_HOSTNAME=wss://ws.novu.mydomain.com
When i try to signup for account on the Dashboard i get the below CORS error. I have no idea why?

2 Replies
@Ben-Waizu
I am not an expert in devops and related configurations
But on high level, It could be the issue with usign same url for HOST_NAME and API_ROOT_URL
@Ben-Waizu what web server do you have in front of it?