#`Error: It seems you're running multiple provers concurrently within the same JavaScript thread....`
10 messages · Page 1 of 1 (latest)
Without you providing any code, the only thing I can say is that it seems you're running multiple provers concurrently within the same JavaScript thread.
this happens when you import two different versions of o1js, or simply use two different repos, in that case make sure your projects have o1js as a peer dependency to keep it as 1 version down the line
Ah that's a good hint, I should include explain the two repo thing in this error message
thanks, i realized that i added o1js because it was prompted by the cli tool, but i didn't remove references to snarkyjs
works fine now when references to snarkyjs is completely removed
maybe its good to include a message in the cli tool, to remove references to snarkyjs when prompting to upgrade to o1js
I am as well receving this exact message and I don't have double imports or such things.
It seems that the issue shows only if I call zkApp.deploy();
Any suggestions?
I've the same problem. I implemented Web Workers to solve it but nothing has changed.
I thought the error message says that there are multiple blocking operations in the main thread.