I have a problem: my data files are not available from /storage directory (Laravel's default storage directory) on real server, them return 404 missing file error. On my local server they are available and return no error. I tried recursive chmod on storage directory but that didn't fix it. Could it be accessing rights issue?
UPD:
Strange things gonna stranger: I can see files in /storage/users/
directory by url, and all files from /storage/users/November2017
are missed for me. But, here's interesting moment: when I upload file to /storage/users/
I cannot see it by url too. File was uploaded but browser returns me 404 error when I try to access it.
Files in /storage/users
have been created by Voyager admin panel (default files).