Skip to content

bun installation but minio don't save #2159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jucagobbi opened this issue May 5, 2025 · 3 comments
Open

bun installation but minio don't save #2159

jucagobbi opened this issue May 5, 2025 · 3 comments

Comments

@jucagobbi
Copy link

I followed this tutorial:
https://docs.typebot.io/contribute/guides/local-installation

system running, but not saving at the minio

Simulating by Postman with S3 Access Key, S3 Secret Key, and in the URL http://serverip:9000/, it works normal but uses PUT method

when uploading image from builder has the following error in bash :
POST /api/trpc/generateUploadUrl?batch=1 500 in 100ms
it seems that you are trying to make a POST request, it should be PUT right

where do I find the logs as it was installed via bun dev , the docker compose logs command in the typebot.io folder only shows the postgres log

2499e661978c postgres:16 "docker-entrypoint.s..." 6 hours ago Up 6 hours 0.0.0.0:5432->5432/tcp typebotio-typebot-db-1
440f1cc357c2 minio/minio "/usr/bin/docker-ent..." 6 hours ago Up 2 hours 0.0.0.0:9000-9001->9000-9001/tcp typebotio-minio-1

I also have doubts about how to leave the system running continuously

grateful

@jucagobbi
Copy link
Author

S3_ACCESS_KEY=bxVxpImrNODcNuFjLJXX
S3_SECRET_KEY=zzGEV7coAU7J72563EmOMWdGvtPBBKysuF1aguvF

Image

S3_BUCKET=typebot
S3_ENDPOINT=http://89.117.76.186
S3_PORT=9000

or add this
S3_SSL=false
S3_REGION=us-west

Image

@jucagobbi
Copy link
Author

Image

@baptisteArno
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants