Self Hosting Minio error
Hi
I have a problem with minio and typebot, when I try to upload a file the process will be stuck
I have precise the public URL for s3
When I upload a file I have the route
/api/v3/generate-upload-url
seam work well
but the input file is lock with rotate circle and I have this error (cf screenshot)
7 Replies
Configuration
Self hosted with portainer and swarm and traefik for reverse proxy
docker compose
Do you think your host machine has access to http://minio:9000? I would guess not!
You can't query that URL from the browser
i solved this by deploy minio as another service on swarm, reverse proxy on there then just connect the domain to typebot S3_ENDPOINT
its better to use minio distributed on swarm so you can scalling too
Yes I know that but I hope typebot do the translation with information to unlick typebot upload message
I will be try with a dedicated minio service ASAP thanks
Yes the minio URL needs to be accessible from outside otherwise it won't be able to upload the file from the browser
I solved it with extraction of minio docker and setup a dns local because I have a problem with hairpinning
Got a simmilar error: "write EPROTO 80F83734417F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:"
Any idea in how to fix it?