Closed 917huB closed 3 years ago
It's an interesting issue. I'll set up an SMB mount and try to look into this.
@917huB If possible, please share your screenshots via Github upload, I'm not very comfortable clicking some strange links. Cheers
Thank you, let me know if you need any more info or testing - happy to help however I can. I hear you re github uploads. Sure thing.
I've been fighting some issues with mounting a SMB share as the image store.
I mount a SMB share with the following autofs line
and mount it into my container with the following docker run volume statement
The images folder appears as expected and is visibile withint he container with the correct www-data:www-data ownership, i.e
When I try to upload a file, I see the file appear in the images folder, visibile from the container as
and I see 200 responses in the access for the POST and GET, i.e
however Chevereto doesn't display any images and all I see is a generic 500 error leaving me kinda stumped. If I use the local storage the images appear correctly. Any tips to troubleshoot would be really appreciated.
Added a screen grab of the Chrome console here and here