[ZK Stack] - Error: "Empty pubdata information" #1040
-
Team or ProjectNo response Module Affected
Rust Version1.85.0 Operating System
Issue DescriptionI deployed the ecosystem with the code from the branch
Everything up to this point is working. The database is generated, no any hash mismatch and genesis was generated successfully. Then I start the server for the first time and it throws error: What could be the root cause of this? Here is the log messages:
Expected Behaviorthe server should be up and running Current Behaviorthe server fails to start Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey, thanks for your report! I forwarded your question to the team. Will get back as soon as I have an answer! |
Beta Was this translation helpful? Give feedback.
-
@moneta Can try to clean the system contracts? e.g. delete folders like out, zkout, contracts-preprossed, cache-forge, cache-zk. Or better even start from scratch (starting from cloning the repo again, so that there is no cache left). This might help with the issue. Let me know how it goes! |
Beta Was this translation helpful? Give feedback.
@moneta Can try to clean the system contracts? e.g. delete folders like out, zkout, contracts-preprossed, cache-forge, cache-zk. Or better even start from scratch (starting from cloning the repo again, so that there is no cache left). This might help with the issue.
Let me know how it goes!