-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state.
VS Code extensions that use Webviews (like Augment Code) operate in a sandboxed iframe-like environment. This means they do not support service workers, because:
The webview does not run over http://, https://, or even localhost.
It uses a special URI scheme like vscode-webview://, which does not allow service worker registration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels