a year 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.
8 Replies
a year ago
Attached are the variables of my viewer and builder with the configured hostname
Attachments
a year 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.
a year ago
I checked and the endpoint is internal, I forwarded the log details in the image, how can I send the URL to check the error?
Attachments
a year 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
a year ago
I still haven't been able to solve this problem, I need help.
Waiting for someone to help
a year 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.
a year 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?
a year ago
Replace the source image of the MinIO Bucket Creator service with the minio/mc:RELEASE.2025-04-16T18-13-26Z image.