ddev / ddev-minio

MinIO addon for DDEV
Apache License 2.0
6 stars 1 forks source link

"ddev minio" redirects to "Unresponsive/broken ddev back-end site" #13

Closed douggreen closed 1 year ago

douggreen commented 1 year ago

I cannot connect to the minio site. "ddev minio" brings up the URL in my browser but says "Unresponsive/broken ddev back-end site". Has something changed recently (in ddev or in ddev-minio)?

I am using a Drupal 7 site but I've tested this on an OOTB Drupal 10.1 site and get the same error. And just to isolate it further, I created an empty directory

ddev config && ddev get oblakstudio/ddev-minio && ddev minio

redirects to a browser that says:

502: Unresponsive/broken ddev back-end site.

This is the ddev-router container: The back-end webserver at the URL you specified is not responding. You may want to use "ddev restart" to restart the site.
rfay commented 1 year ago

With ddev config --auto in an empty directory named junk I'm able to ddev minio and land at the login page at https://junk.ddev.site:8090/login

douggreen commented 1 year ago

Same problem

$ mkdir junk; cd junk; ddev config --auto && ddev get oblakstudio/ddev-minio && ddev minio
rfay commented 1 year ago

I tested on OrbStack and also on Colima and it worked perfectly.

rfay commented 1 year ago

This can be closed. @douggreen reported in Discord that he rebuilt his Colima instance and it was fixed.

seebeen commented 1 year ago

I did a complete reimplementation with the latest minio version. Improving the test suite and pushing asap

seebeen commented 1 year ago

Fixed in v1.3.0