CORS Issue
Wasp version: 0.13.2
Backend: https://api.mydomain.com
I have read other issues regarding CORS and I have deployed everything as the documentation recommends:
I have a
As far as I know
In
But I am still getting on client:
NGINX config:
Any idea what I am missing?
Backend: https://api.mydomain.com
I have read other issues regarding CORS and I have deployed everything as the documentation recommends:
I have a
serverSetup.ts file which has the following:As far as I know
config.frontendUrl should be already https://mydomain.com but I have added since I am not able to get it working.In
main.wasp I have added the following:But I am still getting on client:
NGINX config:
Any idea what I am missing?