Mac osx App Issue
I got my selfhosting running on my vps. I have no issues accessing it via my IOS app, or the webapp. However the Macos app seems to have issues downloading the images.
The Albums are all there, and the space for a thumbnail shows, but nothing is loading.
When I check the console, it shows a
Failed to fetch thumbnail: Error: NetworkDownloadError error
Any ideas?6 Replies
I'm sorry, I couldn't find the answer in the documentation.
-# If your issue is resolved, please use the /solved command to close this thread. If you'd like to ask me another question use /docsearch
Sounds like a cert issue to me, are you using self-signed certificates?
Im using Let’s encrypted. It’s auto generated by my host
Try updating trust certs on macos and see? But it should work out of box. Interesting.
Re-instated ente, and played with the Apache core's settings and it started working.
I am using a reverse proxy, so minio has it's own url that get's get's forced through SSL
I had to make sure that apache had these settings for that domain
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
Header set Access-Control-Allow-Headers "x-client-version, Content-Type, Authorization, Origin, X-Requested-With, Accept, X-Client-Package"
Header set Access-Control-Max-Age "3600"-# If your issue is resolved, you can use the /solved command to close the thread. If not, use /unsolve to cancel.
Thread marked as solved. It will be closed in <t:1755448998:R>.
This thread is now closed.