Skip to content

[ZK Stack] - Can't start zk stack in the end of the wizard #260

Closed Answered by zk-Lumi
nonameb3 asked this question in ZK Stack
Discussion options

You must be logged in to vote

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.

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@nonameb3
Comment options

Answer selected by nonameb3

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
6 participants