I want to add new asset in media library with from url tab and I found this error:
I try to read again the docs, also browse in google and I can’t find about this. So, anyone can help me?
System Information
Strapi Version : 4.12.7
Operating System : MacOS
Database : Postgresql
Node Version : 18.17.1
NPM Version : 9.8.1
Yarn Version : 1.22.19
Hello @codechiper ,
What is the error in the console?
Thanks for your response. I found the CORS error.
So, I need live for production? Or any else to test it?
I don’t know how to help more.
Maybe here is something that can help you
Problem about CORS policy : HELP
Description
Hello everyone !
I created a React app using Strapi for backend and I don’t understand how to setup CORS policy.
Strapi is on my online server, and I run React app on my local computer. When I tried to send a request with Axios, there is this problem :
Access to XMLHttpRequest at ‘http address’ from origin ‘http://localhost:3000 ’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-…
Also, maybe it is a CORS error coming from the resource and not Strapi
Shah
March 8, 2025, 9:02am
5
Hi,
So I ran into the same issue.
I was using Amazon AWS S3 for storing my images. The issue I had was that my CORS policy was not properly set inside of the Amazon AWS S3 bucket, holding my images…
After reading through this article I was able to resolve the issue:
https://strapi.io/blog/how-to-set-up-amazon-s3-upload-provider-plugin-for-our-strapi-app
If you are using Amazon AWS S3, follow the steps towards the bottom of the article discussing CORS, or, if you are using another third party provider, you will need to update the CORS for that provider via their provided methods.
Hope this helps.
Shah.