EH
Asked
I need help about image not showing up correctly or broken when in pos mode. I tried using another device but the picture still same. I tested at demo using the same picture it show up perfectly.
Attachments
- MSAnsweredHello,
I am not sure but suspecting that might be storage link. Can you please open the folder in the command line and run the following command
```
php artisan storage:link
```
Let me know the result.
Thank you - EHAnswered**[Mian Saleem](/u/saleem)** Here are the result from my hosting
```
forge@silent-winter:~/laravelpos.com$ php artisan storage:link
The [/home/forge/laravelpos.com/public/storage] link has been connected to [/home/forge/laravelpos.com/storage/app/public].
The links have been created.
``` - EHAnsweredThis one is from my local computer
```
$ php artisan storage:link
The [D:\Laravel Projects\laravelpos\public\storage] link already exists.
The links have been created.
``` - MSAnsweredDid you check after that if the images are showing or not?
- EHAnswered**[Mian Saleem](/u/saleem)** Yeah i checked it but the image is still broken.
- MSAnsweredHello,
Let me know the live site login details to have look.
Thank you - MSAnsweredHello,
Please edit your `.env` file and set `APP_URL` to your domain then you will need to upload the image again.
Thank you - EHAnswered**[Mian Saleem](/u/saleem)** Thankyou, this fixed my issue.
- HRAnsweredGood night friend, could you please inform me how I solve the problem, I created the link of the storage folder in my public_html but it still does not show the images. Thanks for your time and help.
- HRAnsweredGood morning friends, ready is already solved.
- Login to Reply