How to fix failed to fetch error when add new asset with from url method via media library?

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

Also, maybe it is a CORS error coming from the resource and not Strapi :person_shrugging:

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.