NexoPOS
NexoPOS copied to clipboard
[Issue] Barcode image 404 error
Barcodes are not displayed due to image loading error
To Reproduce Steps to reproduce the behavior:
- Go to Inventory - Print labels
- Select a product
- Click Apply setting
NexoPOS vesrion: 5.2.3
Hi, sorry for the delay, you might need to create a symlink. This should guide:
https://my.nexopos.com/en/documentation/troubleshooting/broken-media-images
Thank you for your reply. I did a new installation using Laragon. Nexo is installed in the folder D:/laragon/www/nexopos My auto.nexopos.local.conf looks like this:
<VirtualHost *:80>
DocumentRoot "D:/laragon/www/nexopos/public"
ServerName nexopos.local
ServerAlias *.nexopos.local
<Directory "D:/laragon/www/nexopos/public">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
I access the system at the url http://nexopos.local Executing php artisan storage:link I get this message: ERROR The [D:\laragon\www\nexopos\public\storage] link already exists. However, the barcode images are still giving a 404 error. I deleted the existing symlink and recreated it and got the message: INFO The [D:\laragon\www\nexopos\public\storage] link has been connected to [D:\laragon\www\nexopos\storage\app/public]. The problem persists.
For me, the problem persists in version 5.2.5. Uploaded media is displayed normally.
Zip your project (exclude the vendors and node_modules directories) to contact[at]nexopos[dot]com.
If you're a premium user email us by the same mean, will take a look at your setup.
Kind regards
@Blair2004, thank you for your reply. Mailed you link to zip. products\barcodes folder in storage was created manually