I have hosted my Laravel project in the shared host. The website involves accessing the image in a public folder linked to a storage folder. In my local host http://127.0.0.1:8000/storage/images/305834409.jpg is accessed, but in my hosting website it returns a “404 Not Found” error:
https://www.api.dormi.co.tz/storage/images/305834409.jpg
What is the possible solution?