You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current branch (and I assume also the dspace-8x and dspace-7x branches) has an error in browsing by title, date, or subject category when navigating within a community or collection. Browsing at the site level works correctly.
Hi @jensvannerum , Could you take a look at this issue? I think it might be related to the changes in #3753 , and perhaps you have a possible solution. Thank you!
Describe the bug
The current branch (and I assume also the dspace-8x and dspace-7x branches) has an error in browsing by title, date, or subject category when navigating within a community or collection. Browsing at the site level works correctly.
To Reproduce
Steps to reproduce the behavior:
I think the issue occurs because the UI is sending incorrect requests to the REST API. For these types of indices, it should send requests like:
But instead, it is sending requests like:
Related work
I think it may be related to the changes introduced in #3753. If I revert the commit from this PR, browsing works again.
The text was updated successfully, but these errors were encountered: