Skip to content

"Try out DSpace 9" Docker instructions no longer work. The UI never starts. #4986

@tdonohue

Description

@tdonohue

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:

  1. Follow the "Try out DSpace 9" Docker instructions
  2. 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 serve command 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 --verbose flag to the npm run serve command also seems to provide no additional details in the logs of the dspace-angular container.

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

backend: Dockerrelated to DSpace deployment via Dockerbug

Type

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions