I am facing the similar issue as mentioned in the github issue,
CORS fails when we try to register the user
If I do the same curl request in postman then it is working fine, but through the browser it is failing
If I make my node_env to "test" it is working
Similar issue: https://github.com/novuhq/novu/issues/3602
#I am facing below error at self hosting Novu on prod
#cors
If I do the same curl request in postman then it is working fine, but through the browser it is failing
If I make my node_env to "test" it is working
Similar issue: https://github.com/novuhq/novu/issues/3602
#I am facing below error at self hosting Novu on prod
#cors
GitHub
Description We have deployed novu in Kubernetes environment with provided kustomize deployments files in Novu Documentation. we have facing issue(Network Issue) while getting signup or Sign in to...