After migrating to a new server, images in the /storage/app/uploads/public/ directory do not load on the frontend. The site only displays images uploaded via the media library. How to fix it?
The file is on the server:
October 2.2.35
After migrating to a new server, images in the /storage/app/uploads/public/ directory do not load on the frontend. The site only displays images uploaded via the media library. How to fix it?
The file is on the server:
October 2.2.35
For some reason, some directories and files had their permissions changed. I changed chmod to 755 (for folders) and 644 (for files)
Thanks for sharing the solution. This one was puzzling.