Storing data with Storage Manager gives Policy Engine message error
Closed this issue · 1 comments
fbeierle commented
We are trying to integrate the Storage Manager functionality in the Graph Connector.
When storing data, we receive an error about a message, it seems to come from the Policy Engine, see attached screenshot
to reproduce:
- checkout branch "addressbook-app" of "dev-hyperty-toolkit"
- start with "npm run start:node"
- open "Graph Connector" and choose "Account" and click "store"
Where does this error come from? Is the Policy Engine blocking the storing request of the Graph Connector?
fbeierle commented
As discussed on Slack, there was an error in our code sending an unnecessary message that caused this error.