yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
1.02k stars 7 forks source link

Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state.. #64

Closed TYTheBeast closed 2 months ago

TYTheBeast commented 2 months ago

Screenshot_20240918_190406

Getting the error Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state.. whenever I try to open a database which I know is healthy because it opens fine in DB Browser for SQLite.

yy0931 commented 2 months ago

I believe it is a bug in VSCode, not the extension. Could you follow this StackOverflow post? Please let us know if it does not help.

https://stackoverflow.com/questions/67698176/error-loading-webview-error-could-not-register-service-workers-typeerror-fai

TYTheBeast commented 2 months ago

The extension is working correctly again, thank you for the help and sorry for opening an issue without double checking StackOverflow!