IBM-Blockchain-Archive / marbles

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
1.03k stars 979 forks source link

Marble is not creating when i have added a new attribute. #211

Closed bingimanasa closed 6 years ago

bingimanasa commented 6 years ago

I have added a new attribute for user, everything is fine while running attribute is also added. when i have seen marble container logs attribute is added. But marble is not creating in UI.

image image

dshuffma-ibm commented 6 years ago

check the js console logs in your browser as well. see if the ws(websocket) message contains your marble. If you find the marble/attribute there, then some logic in the drawing UI doesn't want to draw it... or maybe the client side js is having an error.

dshuffma-ibm commented 6 years ago

closing, inactivity