Invalid registry for transaction #131
Replies: 2 comments
-
There are 2 containers started, the verifier (for electricity specifically, and it uses the list you are refering to of registries) and the registry itself. Helm install elia-registry ... I can already see this is not so great, requiring those to be the same. I will fasttrack and update to the chart, and enable an extra option to override it. I will fix it immediately. |
Beta Was this translation helpful? Give feedback.
-
@GuyHeylens I have fixed the issue in the latest release v0.2.1 give it a few moments to build the charts and containers. And add the following to your values file at the root level registryName: elia-registry Let me know if this resolved your issues :) |
Beta Was this translation helpful? Give feedback.
-
Hello, so we had some issues connecting to our Project Origin setup in Azure K8S from our development laptops.
It looks like from another windows machine, I can sent something to our Project Origin setup.
Unfortunately I get an "Invalid registry for transaction" .
Looking at the Example I see that in the args, you can pass 2 registries, 1 for consumption and 1 for production.
Do we need 2 instances of Project Origin or can we also run 1?
After looking in the logs of Azure K8S I saw that the issue is in TransactionProcessor.cs on line 48:
My Azure setup (values.yaml):
My current WithoutWalletExample setup:
Beta Was this translation helpful? Give feedback.
All reactions