hyrax
hyrax copied to clipboard
Adding work in Sirenia results in error
Descriptive summary
Adding a new work in hyrax sirenia build causes an error
Steps to reproduce the behavior in User Interface (UI)
- docker compose build
- docker compose -f docker-compose-sirenia.yml up
- Create a generic or monograph work with an attached image using either the admin or basic user
- Saving results in a object not found error (see screenshot)
- The thumbnail does not appear on the backend
- The thumbnail and UV image do appear on the frontend
Actual behavior (include screenshots if available)
Running Hyrax 5.0.1 Sirenia (built 8/14/2024)
Acceptance Criteria/Expected Behavior
- [ ] Indexed document should be located
Rationale (for feature request only)
Related work
Confirmed same by trying to create a simple Monograph with 2 member files.
This appears to be caused by the browser being redirected to a show page before the solr index has been updated for the filesets. A reload should show the object.
This is a duplicate of #6872