You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On development network, when I click "create", it stuck on creating...
Then I found an error occured. Also I can't delete the instance.
Conflux Studio: v0.16.5
docker run -it --rm --name conflux-dev-2.0.0-fix -p 12535:12535 -p 12536:12536 -p 12537:12537 -v conflux-dev:/conflux-node -w /conflux-node --entrypoint conflux confluxchain/conflux-rust:2.0.0-fix --config default.toml
Error: "failed to open configuration file: Os { code: 2, kind: NotFound, message: "No such file or directory" }"
Is IDE
Yes
Client
Desktop
How to reproduce
choose "development" network.
create a key in key manager.
clidk "development" network
"new instance"
filled the field and click "create"
Actual result
Conflux node instance can not be running.
Error log
Error: "failed to open configuration file: Os { code: 2, kind: NotFound, message: "No such file or directory" }"
Expected result
Running
The text was updated successfully, but these errors were encountered:
The conflux node version (2.0.0-fix) updated the booting process.
It may cause the IDE boot failed.
So the latest version (v0.16.6) hid the 2.0.0-fix version conflux node.
We'll soon update the IDE to support the 2.0.0 version.
Description
On development network, when I click "create", it stuck on creating...
Then I found an error occured. Also I can't delete the instance.
Conflux Studio: v0.16.5
Is IDE
Yes
Client
Desktop
How to reproduce
Actual result
Conflux node instance can not be running.
Error log
Error: "failed to open configuration file: Os { code: 2, kind: NotFound, message: "No such file or directory" }"
Expected result
Running
The text was updated successfully, but these errors were encountered: