Service not recognizing MinIO deployment on internal networking
As titled. I was following the Typebot template closely to setup the infra for my application. I just had this one remaining service I was not able to get up and running. bucket-init would configure, create the needed bucket, and make it public. Would really appreciate any help in this.
Solution:Jump to solution
youre trying to connect to minio on port 80, the default is 9000 if memory serves correctly
5 Replies
Project ID:
f5c73930-7763-4f58-ae1b-eb1d2215f7e2
f5c73930-7763-4f58-ae1b-eb1d2215f7e2
Solution
youre trying to connect to minio on port 80, the default is 9000 if memory serves correctly
Thank you! I managed to fix it
no problem!