clarin-dspace icon indicating copy to clipboard operation
clarin-dspace copied to clipboard

Evaluate error logs when user clicks Browse by Author, Browse by Subject, Browse by Language

Open kuchtiak-ufal opened this issue 8 months ago • 1 comments

Error 500 is visible in Network monitor on:

GET http://localhost:8080/repository/server/api/discover/browses/author/items?scope=c23166ee-8807-43f0-acbe-ea2fc68f5ebd&sort=dc.title,ASC&page=0&size=20&embed=thumbnail

or

GET http://localhost:8080/repository/server/api/discover/browses/subject/items?scope=c23166ee-8807-43f0-acbe-ea2fc68f5ebd&sort=dc.title,ASC&page=0&size=20&embed=thumbnail

or

GET http://localhost:8080/repository/server/api/discover/browses/language/items?scope=c23166ee-8807-43f0-acbe-ea2fc68f5ebd&sort=dc.title,ASC&page=0&size=20&embed=thumbnail

Error log:

err.txt

Error is also described in https://github.com/ufal/clarin-dspace/issues/1178

kuchtiak-ufal avatar Apr 29 '25 07:04 kuchtiak-ufal

I found the error was reported for Dspace 7.6, and it's well described there: https://github.com/DSpace/DSpace/issues/8879

The error is caused by invalid links returned by the response of: GET http://localhost:8080/repository/server/api/discover/browses

kuchtiak-ufal avatar Apr 29 '25 08:04 kuchtiak-ufal