minio: extraEnvVars: - name: MINIO_SERVER_URL value: s3.example.com However, I think this should be set automatically for the user. Author jacksgtcommentedFeb 21, 2022 If there is consensus that this is the right thing to do, I'm happy to submit a PR for it. ...
I have the exact same issue, if I don't set the env var MINIO_SERVER_URL, preview & download are working, but sharing url is showing the local ip of the container. If I set MINIO_SERVER_URL to the correct url with port, sharing is working perfectly but preview/download are not work...
📦 Environment Vercel 📌 Version latest 💻 Operating System macOS 🌐 Browser Chrome 🐛 Bug Description [ { "error": { "json": { "message": "Url must be a string. Received undefined", "code": -32603, "data": { "code": "INTERNAL_SERVER_ERROR", ..