self hosted docker cannot upload #2085
-
I followed the docker guide and it seems to work. I can create an account, use cli to make it unlimited, and login with the android client. But uploading just has a spinner on the client, and the stdout of the dockers just shows this from museum:
I dont see an s3 403 error as mentioned in the faq and other discussion. Also logged into minio, created a token and secret, then used that to upload an image, which worked. When using the web client I get a CORS error - but it's really the android one I need to work. FYI for the non docker users: minio is the internal service name within the ente docker compose file and docker network.
Only thing added to museum.yml is making my user an admin. Docker is running on ubuntu 22 LTS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
seems like its trying to use the docker network internal address in your browser. i had a similar issue. i fixed it by changing the address in the config so the backend sends the right address for the Minio. |
Beta Was this translation helpful? Give feedback.
seems like its trying to use the docker network internal address in your browser. i had a similar issue.
i fixed it by changing the address in the config so the backend sends the right address for the Minio.
i'll have to check which one.