Blank screen upon initialisation #3990
-
I've been attempting to run hubs locally and by forking hubs and setting up my own cloud instance, but all of a sudden I can't even run a fresh hubs repo or my old codebase locally. I have no idea why this is happening and not sure whether this is a problem from my side. I would appreciate some help as soon as possible and am wondering if anyone else is facing this issue. I've followed the most basic steps as well; cloned a new repo, npm ci, npm run dev . Here are the errors: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Clear local storage and refresh the page. The When this error occurs, we should probably just clear local storage for you -- this is on our (very long) to do list. |
Beta Was this translation helpful? Give feedback.
Clear local storage and refresh the page. The
Write store failed schema validation
means you have something in your store that violates your current version's schema policies.When this error occurs, we should probably just clear local storage for you -- this is on our (very long) to do list.