forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Describe the bug
If I visit an item via version number, for example, https://my-instance/items/version/10, it returns 404 not found error.
To Reproduce
Steps to reproduce the behavior:
- checkout dspace-angular with release dspace-cris-2023.02.00 or dspace-cris-2023.02.01, and start the frontend with the default config.yml
- visit http://localhost:4040/entities/publication/3da502b0-259e-424a-9a7a-66694af86f0b/full
- click the version 1 in the version history table: http://localhost:4000/items/version/10
- or after step 1 type the url http://localhost:4000/items/version/10 in web browse directly
- This page will display "404 page not found". Backend received the request /server/api/core/items/search/findByCustomURL?q=version
Expected behavior
Item page of this version
Related work
none