Minio Bucket Creator Crash - Typebot, help?

loulcod
HOBBY

2 months ago

When trying to deploy typbot, a crash is occurring in my MinIO structure.

I have already configured HOSTNAME = 0.0.0.0 in the viewer and builder, but the crashed error still occurs.

How can I fix this problem, since I can't import a typbot into my structure, creating and provisioning everything is fine, but I can't create it.

I'm a beginner, if you could explain it in a more layman's way it would be better to understand how to solve this problem.

$10 Bounty

8 Replies

loulcod
HOBBY

2 months ago

Attached are the variables of my viewer and builder with the configured hostname


lofimit
HOBBY

2 months ago

Most likely the Typebot can't find the MinIO (Wrong MinIO URL).
Could it be that ur using 0.0.0.0 as the MinIO endpoint when Typebot tries to connect, but that won’t work cuz 0.0.0.0 means "listen on all interfaces" but can’t be used as a target address.

You need to set MINIO_ENDPOINT to the actual hostname or service name Railway gave your MinIO (like minio.railway.internal:9000), not 0.0.0.0. Also, double-check your MinIO access keys and make sure the bucket exists or can be created.

In case this isn't the issue, please share the crash details/logs.


lofimit

Most likely the Typebot can't find the MinIO (Wrong MinIO URL).Could it be that ur using 0.0.0.0 as the MinIO endpoint when Typebot tries to connect, but that won’t work cuz 0.0.0.0 means "listen on all interfaces" but can’t be used as a target address.You need to set MINIO_ENDPOINT to the actual hostname or service name Railway gave your MinIO (like minio.railway.internal:9000), not 0.0.0.0. Also, double-check your MinIO access keys and make sure the bucket exists or can be created.In case this isn't the issue, please share the crash details/logs.

loulcod
HOBBY

2 months ago


Anonymous
HOBBY

2 months ago

Did you manage to solve it? I'm having the same problem


Did you manage to solve it? I'm having the same problem

loulcod
HOBBY

2 months ago

I still haven't been able to solve this problem, I need help.

Waiting for someone to help


2 months ago

MinIO has made a breaking change, replace the source image of the MinIO Bucket Creator service with the minio/mc:RELEASE.2025-04-16T18-13-26Z image.


brody

MinIO has made a breaking change, replace the source image of the MinIO Bucket Creator service with the minio/mc:RELEASE.2025-04-16T18-13-26Z image.

loulcod
HOBBY

2 months ago

And how do I resolve this error, my friend?

How do I correct this case?


loulcod

And how do I resolve this error, my friend?How do I correct this case?

2 months ago

Replace the source image of the MinIO Bucket Creator service with the minio/mc:RELEASE.2025-04-16T18-13-26Z image.