hello community,
could anyone help to debug this error
Whenever there are these issues, there are two ways to debug.
The first is getting more information from the browser’s DevTools (F12). In DevTools, you will find information in the console about the issue. If you have the Network tab open, clear the log and then click ‘Update’ again (which is the last step before the error appears) and check the network request that got sent - check the request to see what is being requested and the response.
You could start by eliminating the data you are request until you figure out exactly where the issue is.
The other step to check is to look for related issues in the Catalina.out log which explain what’s going on from the server side.
I hope this helps.