Open SlamaFR opened 1 year ago
CORS are inexplicably blocking request of JavaScript resources. I tried to completely disable the CORS plugin and deploy a test image and the site loads up.
We should try to limit CORS policy to /api/** routes?
/api/**
Okay, so, we actually need to configure CORS in order for the dev front to work. As we suggested, we will allow any host until further notice.
CORS are inexplicably blocking request of JavaScript resources. I tried to completely disable the CORS plugin and deploy a test image and the site loads up.
We should try to limit CORS policy to
/api/**
routes?