Closed saikatdas0790 closed 1 year ago
Hi @chenyan-dfinity
When testing the SNS workflow locally, we need to set the following in our network config,
{ "local": { "bind": "127.0.0.1:8080", "type": "ephemeral", "replica": { "subnet_type": "system" } } }
This seems to be breaking ic-repl from running and gives the following output:
Thoughts on how we can fix this? Thank you for your inputs :)
You can specify the replica url as command-line flag: ic-repl -r http://127.0.0.1:8080
ic-repl -r http://127.0.0.1:8080
Hi @chenyan-dfinity
When testing the SNS workflow locally, we need to set the following in our network config,
This seems to be breaking ic-repl from running and gives the following output:
Thoughts on how we can fix this? Thank you for your inputs :)