ddev / ddev-solr

Solr service for DDEV
Apache License 2.0
4 stars 5 forks source link

"404 page not found" for the UI of solr => [SOLVED] #23

Closed steveoriol closed 11 months ago

steveoriol commented 11 months ago

Solr works very well with Drupal, all index works. But I don't mange to access UI of solr ... ? I get this message here : https://.ddev.site:8983/ 404 page not found do you know why ? Note: I get the same with github.com/ddev/ddev-drupal9-solr

rfay commented 11 months ago

Hi @steveoriol - I imagine you have something else running on port 8983, since you get the same with ddev-drupal9-solr. You can use the debugging techniques in https://ddev.readthedocs.io/en/latest/users/usage/troubleshooting/#web-server-ports-already-occupied to figure out what.

And of course, do a ddev poweroff and use the other general troubleshooting techniques to narrow down the problem. And stop your docker provider, etc.

steveoriol commented 11 months ago

Hi @rfay , Thanks, I finally found the problem. With Firefox, the "http://xxxx.ddev.site:8983/" is automatically redirected to "https://xxxx.ddev.site:8983/", and it doesn't work... Using Brave, it works directly! Thanks again ;-)

or to make it works with FireFox: Sélection_010