Murad

Results 4 comments of Murad

Hi, sorry for the very late reply. Unfortunately, propriety dataset manifest, I am unable to share it. I will try to reproduce the issue with open source data. I will...

Following change should solve the issue (workspace-deployment.yaml) ```yaml - name: NOTIFY_INBOX_ONLY value: true ``` ```yaml - name: NOTIFY_INBOX_ONLY value: "true" ```

@FireflyHacker I think update fails because of transactor pod. In workspace deployment the transactor url should be corrected. It should be`ws://transactor` instead of `ws://transactor:3333`. Reason is the service is set...

@F04C You are using `SERVICE_PORT=3334` for transactor. In the account part you need to set `TRANSACTOR_URL=ws://transactor:3334;ws://${SERVER_ADDRESS}:3334` similar to workspace.