Hi I have an API in Laravel, I built the API for a react native app, I have configure the storage permission by following the instructions here How to set up file permissions for Laravel?
But whenever I create a new directory and save a file into the directory if I want to view the file through the storage URL I get 403 forbidden error
please what I'm doing wrong or what I'm I supposed to do