-
Module Affected
Rust Versionrustc 1.74.0-nightly Operating System
Issue DescriptionWhen I initial zk stack by useing Expected BehaviorCLI start a new zk server that I can use it RPC. Current BehaviorGot error message in the end of the wizard in the step start server. Whatever I choose Yes or Not right now and run
Repository Link (if applicable)https://github.com/matter-labs/zksync-era Additional Details
Log of the wizard
2024-01-05T11:04:32.673711Z INFO zksync_server: No sentry URL was provided Caused by: Stack backtrace: Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Thanks for reporting @nonameb3 :) Temporary Solution -> Change
![]() Then re run zk stack init to create new chan with env file regenerated Let me know if if that works for you. We are further investigating this issue and will keep this thread updated. |
Beta Was this translation helpful? Give feedback.
Thanks for reporting @nonameb3 :)
Temporary Solution ->
Change
hyperchain_wizard.ts
+hyperchain_wizard.js
to use localhost instead of geth + postgres urls ->http://geth:8545
->
http://localhost:8545
postgres://postgres:notsecurepassword@postgres:5432/zksync_local
->
postgres://postgres:notsecurepassword@localhost:5432/zksync_local
Then re run zk stack init to create new chan with env file regenerated
Let me know if if that works for you.
We are further investigating this issue and will keep this thread updated.