niuware / mui-rte

Material-UI Rich Text Editor and Viewer
MIT License
432 stars 168 forks source link

Failed to load resource: net::ERR_NAME_NOT_RESOLVED #264

Closed echoi3 closed 3 years ago

echoi3 commented 3 years ago

Hi! Thanks for your work.

I copied and pasted your AsyncImageUpload component, but uploading an image doesn't work. I see this error:

Failed to load resource: net::ERR_NAME_NOT_RESOLVED GET https://return_uploaded_image_url/IWoC3q.webp net::ERR_NAME_NOT_RESOLVED

Does anyone have an idea how I can solve this?

Thanks in advance!

echoi3 commented 3 years ago

Solved by looking at AsyncImageUpload examples on this repo. Thanks!