strapi does not allow me to upload photos to my site with admin panel due to cors settings, but I set the cors errors correctly in the form of url
{
name: ‘strapi::cors’,
config: {
origin: [‘https://ozanablayhairtransplant.com’],
methods: [‘GET’, ‘POST’, ‘PUT’, ‘DELETE’, ‘OPTIONS’],
headers: [‘Content-Type’, ‘Authorization’, ‘Origin’, ‘Accept’],
},
},
strapi does not allow me to upload photos to my site with admin panel due to cors settings, but I set the cors errors correctly in the form of url
{
name: ‘strapi::cors’,
config: {