Enable server side cors
manoprasanth-m opened this issue · 2 comments
manoprasanth-m commented
I get cors error when I use Fetch.
"Access to fetch at 'https://api.jwst-hub.com/' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled."
Also I have included {mode: no-cors}
but it doesn't work
avatsaev commented
I'll take a look
avatsaev commented
should be fixed, try again.