-
Notifications
You must be signed in to change notification settings - Fork 508
Closed
Copy link
Labels
Milestone
Description
Describe the bug
The "Try out DSpace 9" Docker instructions no longer work properly. If you follow them step-by-step, then the backend starts up, but the UI does not.
To Reproduce
Steps to reproduce the behavior:
- Follow the "Try out DSpace 9" Docker instructions
- Verify that https://localhost:8080/server/ will respond after running those commands. However http://localhost:4000/ will not respond. It hangs indefinitely. The logs of the docker container are no help, as no errors appear.. the containers logs stop abruptly.
- I've tried waiting for 30+ minutes in case the
npm run servecommand is just taking a while to build the UI. But, after that time there's still nothing new in the logs and the UI is still unresponsive. - Passing the
--verboseflag to thenpm run servecommand also seems to provide no additional details in the logs of thedspace-angularcontainer.
- I've tried waiting for 30+ minutes in case the
Expected behavior
Obviously, these instructions should work. It appears these docker images or the docker-compose scripts have been accidentally broken along the way.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done