Skip to content

Tag: cors

Strapi v4 throwing cors exception

Im new to strapi and I have downloaded strapi v4 and as front-end I use vue.js. Now I created categories and I am trying to fetch those with my vue app but I’m getting a cors error. In the documentation I see I can override the origin on the cors middleware, but I don’t know how. I’ve tried it with

How to resolve CORS error in Fetch API js

I want to fetch json from my subdomain (File Hosting Server) , but it gets the following error: Reason: CORS request did not succeed) (Reason: CORS header ‘Access-Control-Allow-Origin’ missing my similar code: I add but don’t work. I add to code, fetch file but return response status 0 , mode: ‘op…