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
The ui stores a cache of your databases schema and the query history in the browser using indexeddb, and the most recent update also added the history of ai queries as well, which bumped the version. I'm guessing you had an instance with the latest edgedb version, which created the v4 indexeddb in the browser, then replaced it with an instance with a lower edgedb version which is expecting a lower indexeddb version.
The ui ought to handle this case, which is a bug, but some workarounds that should work for now, is either to update your instance to the latest version, or clear the indexeddb in the browser for the ui. (Press opt+cmd+i to open devtools, and in the application tab, delete the EdgeDBStudio indexeddb, then refresh:
)
This error in console I think is currently causing my instance of the UI to hang.
Full Logs:
As some context I've cleared my db a few times but don't know exactly what caused this to occur
EdgeDB CLI 5.2.0-dev.1166+b5e9df3
Arc/Chromium: Based on Chromium version 126.0.6478.127 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: