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
Right now block production fails because the provers index can't be built.
Files necessary for building provers index are loaded from the file system. This can't work in the browser. Instead we should fetch those files via http requests.