kapua icon indicating copy to clipboard operation
kapua copied to clipboard

Error When Trying to List Items in Kapua Console

Open LeoNerdoG opened this issue 5 years ago • 1 comments

Kapua does not list items in UI (see sample screensot bellow). This happens in all views, only in Settings tab we get "error 500, call failed on server".

Testflow:

  1. Checkout latest develop branch, build it with the "mvn clean install -DskipTests -Pconsole,docker" command
  2. Open kapua on local machine in web browser on "localhost:8080"
  3. Login as kapua-sys user
  4. Click on any item in the navigation menu - see the error.

Expected behavior Kapua should not return any errors when tryingo to see list of items.

Screenshot No.1: Screenshot 2020-01-30 at 07 05 16

Screenshot No. 2: Screenshot 2020-01-30 at 07 05 12

Version of Kapua 1.1.0 - SNAPSHOT; Develop branch

Type of deployment [ ] Local Vagrant deployment [x] Docker [ ] Openshift (in its variants) [ ] Others

Main component affected [x] Console (in case of console please report info on which browser you encountered the problem) [ ] REST API [ ] Message Broker [ ] - Others

LeoNerdoG avatar Jan 30 '20 06:01 LeoNerdoG

Hi @LeoNerdoG ,

when the message on the first screenshot appears:

Type {something} was not assignable to {someType} and did not have a custom field serializer. [...]

usually means that the code cached in the browser is not in sync with the code running on the server.

Can you please try to force reload (CMD + SHIFT + R on chrome), or clean the browser's cache or use another browser?

Regards,

  • Alberto

Coduz avatar Feb 10 '20 11:02 Coduz