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
6 Replies
did you run
php artisan storage:link
now that you mention it, I ended up running now, deleting the images and inserting them again but the problem keeps me
Are you rendering the image in the section?
hmm. it's got to be something in your setup.
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'
Good Morning @awcodes ya that's it problem solved my APP_URL has the wrong URL, thanks for the help π