-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose Solr and Fedora showing '404 not found' #393
Comments
I tried this on my home iMac to make fully sure nothing from my work's Docker stuff was interfering. I checked out a fresh branch of ISLE-DC/development, and changed expose_solr=false to 'true'. After building I get the same 404 Not Found errors when trying all combinations of http://localhost:8983/solr, from my browser and from cURL, either showing the 404 Not Found or sometimes just showing no output. I'm attaching the docker-compose.yml file generated by make starter_dev in case that's helpful. I wonder if it's a macOS vs Linux issue. |
Hey I just checked Isle-dc and I was able to get to solr but with some difficulty. The URL is http://islandora.traefik.me:8983/solr/ (or http://islandora.traefik.me:8983/solr/#) and needs to be mostly exact. To get it to work I ran |
from @alxp: this seems like a single-person issue, so we can close the ticket. |
Steps to reproduce:
From a clean install:
Edit 'sample.env' and set expose_solr to true. (Expose fedora is true by default already.)
Run
make starter_dev
.After the stack is finished building, navigate to
http://islandora.traefik.me:8983/
And
http://islandora.traefik.me:8081/rest
Expected result:
I should see the SOlr and Fedora admin apps.
Actual result:
The browser shows 404 Not Found.
The text was updated successfully, but these errors were encountered: