-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Block-Based Visual Blueprint Builder
Plugin Works fine in standalone mode, but a few things break in the playground. As per my understanding, the service worker intercepts all the requests to https://playground.wordpress.net, which affects the following:
- fetch request to schema.json 404 as the service worker is trying to load this from the worker cache
- Link to open a fresh playground with blueprint JSON fails as it routes the request to the current playground scope
- Link to open blueprint in BluePrint Builder (code editor) as it routes the request to the current playground scope and 404
Steps to Reproduce
GitHub Repo | Playground Preview
playground-url-issue.mp4
Metadata
Metadata
Assignees
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended