Level 27
Did you change APP_URL=http://127.0.0.1:8000 on .env
I have a project in laravel which one of the sections upload images to the server. Images are saved by using File storage and in the / storage / app / public folder. In local works correctly, the images look good, but when I upload the project to heroku, the images are not seen. Even in heroku run the command "php artisan storage: link"
Why can not I see the images?
Please or to participate in this conversation.