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.
8 Replies
2 months ago
Attached are the variables of my viewer and builder with the configured hostname
Attachments
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.
2 months 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?
https://railway.com/invite/HRTnaeMhhJN
https://railway.com/project/de2a824d-7109-4896-9f67-f2b16fc03e9d/logs?environmentId=23d080c2-0ea1-43ce-941d-db5848fffe34&filter=%40deployment%3A56a0268a-79c6-4ea6-9303-ebdae225a6ff+-%40replica%3A325a7c85-e609-4973-94fa-f69b82b80f0c&start=1748446660323
Attachments
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
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.
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.