Standalone example: Ledger does not show up in console #1970
Replies: 3 comments 1 reply
-
|
Hi @bensta , |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Find PR for a fix |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aalloiteau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to start the local example as described in the readme by running
docker compose -f examples/standalone/docker-compose.yml up http POST :80/api/ledger/v2/quickstart http POST :80/api/ledger/v2/quickstart/transactions postings:='[{"amount":100,"asset":"USD/2","destination":"users:1234","source":"world"}]'I get 200 responses and the ledger and the transactions show up in the database.
However, I cannot see anything in the console (on http://localhost:3000/formance/localhost?region=localhost). It seems like the ledger module is not loaded at all.
Does anyone experience similar behaviour?
I am using a macbook with apple silicon and docker desktop.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions