It looks like the REST request used to fetch the live data fails on the server (500) for a regular user. Can you check the response body to see if it has more information? Did you check the server logs, is there any more information there? I’m afraid I know the answer: nothing in the logs and the request body just complains that the exception mapper is missing ( Loading... ). We need to fix this “No ExceptionMapper was found, but must be found”…
@mleduc
Here’s the full request: https://wikis.intranet.mpl.mpg.de/rest/liveData/sources/liveTable/entries?timestamp=1628673122231&namespace=wiki%3Axwiki&sourceParams.resultPage=WikiManager.WikisLiveTableResults&sourceParams.translationPrefix=platform.wiki.browse.&sourceParams.queryFilters=currentlanguage%2Chidden&sourceParams.className=XWiki.XWikiServerClass&properties=wikiprettyname&properties=description&properties=owner&properties=doc.creationDate&properties=membershipType&properties=_actions&offset=0&limit=10&sort=wikiprettyname&descending=
In the logs of the docker container running XWiki (https://hub.docker.com/_/xwiki) there’s nothing to see at the time of the request.
Thanks, I have tested this request on different xwiki installations with different users without reproducing the 500 error.
Out of curiosity, do you experience the same problem with other Live Data macros in you wiki?
I’ll also have a look at Loading... to help debug this kind of issues in the future.
I have the same issue with every live table on my freshly updated 13.6 (from 13.1). I get the “No ExceptionMapper was found, but must be found” on Panels, Logging, Menus, … everywhere.
But as “expected” nothing in the logs. If i can test anything, please let me know.
Since 13.8, you should able to have more details in you browser console in case of error.
If by any chance some of you upgraded to 13.8 and still have the same issue, this would be very helpful to have access to you browser console messages.
Thanks