MinIO bucket connection error during local development setup #9007
Himanshu-Dhawale
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When starting the project with `docker compose -f docker-compose-local.yml up` and then `pnpm dev`, the API backend throws a MinIO connectivity error:
```
An error occurred: Could not connect to the endpoint URL: "http://localhost:9000/"
```
Environment
Error Log
The API container logs show:
```
Checking bucket...
An error occurred: Could not connect to the endpoint URL: "http://localhost:9000"
```
When starting the project with `docker compose -f docker-compose-local.yml up` and then `pnpm dev`, the API backend throws a MinIO connectivity error:
Questions
Any guidance or similar experiences would be appreciated.

Beta Was this translation helpful? Give feedback.
All reactions