Image fail when uploaded with curator and tiptapEditor

The image after uploading didn't appear and didn't save. I'm using the 127.0.0.1:8000 with the command php artisan serve. @awcodes
No description
No description
6 Replies
awcodes
awcodes14mo ago
did you run php artisan storage:link
joaoppcastro
joaoppcastroOP14mo ago
now that you mention it, I ended up running now, deleting the images and inserting them again but the problem keeps me
LeandroFerreira
LeandroFerreira14mo ago
Are you rendering the image in the section?
awcodes
awcodes14mo ago
hmm. it's got to be something in your setup.
No description
No description
No description
awcodes
awcodes14mo ago
looking at your first screen shot it looks like your APP_URL might not be right in your .env the Storage facade is trying to serve from 'http:localhost' but you are serving from 'http:127.0.0.1'
joaoppcastro
joaoppcastroOP14mo ago
Good Morning @awcodes ya that's it problem solved my APP_URL has the wrong URL, thanks for the help 🙂

Did you find this page helpful?