-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[playground-elements] "Hello World" Playground page not rendered in Firefox #861
Comments
The page https://lit.dev/playground/ renders for me correctly in Firefox 101.0b9 (64-bit, nightly) and 100.0.2 (64-bit). At the moment the Stackblitz link does not open for me in Edge or Firefox or Chrome. Edge and and Chrome are just stuck failing to load resources. Firefox tells the following (but probably the underlying reason is the same). Creating a new Stackblitz TS or some other project seem to work fine. Maybe this has something to do with current https://lit-html.stackblitz.io/ playground? |
I wasn't able to reproduce the playground issue on Firefox 101. Can you try again and check console logs? It's possible the service worker got stuck on an old version, though we've tried to detect that situation and reload the service worker. |
Hi Justin. ![Screen Shot 2022-06-17 at 01 13 18](https://user-images.githubusercontent.com/4825959/174193160-50cd40da-f79d-4329-b9eb-2afcfd4cc9bb.png about:serviceworkers output is "No Service Workers Registered" Console output is empty. Let me know if I could check something else. |
I'm not sure if this is same problem but Playground Result part is not working also in Safari 15.5 in MacOS Monterey 12.4 Apparently, it tries to open this URL: https://playground.lit.dev/__playground_swfs_f56081d9/spot0v/index.html But this URL returns 404 for me. |
@muratcorlu From your images, is it possible that your Grammarly extension is causing the issue? Could you try temporarily disabling it to verify? Found a possibly related issue, as well as ianstormtaylor/slate#733 |
@AndrewJakubowicz Disabling all extensions, including Grammarly, didn't fix the issue. But then I tried "Develop -> Empty Caches" menu, and it started working again. After that, I enabled Grammarly again, and there was no issue. I assume somehow playground service worker was not updated correctly. |
Description
The Playground page does not render the "Hello World" example using Firefox 100.0 (64-bit) in macOS Big Sur. Reproducible with all addons disabled. Does it work correctly in Safari Version 14.1.2 (16611.3.10.1.6). Other browsers not checked.
Steps to Reproduce
Open (https://lit.dev/playground/)[https://lit.dev/playground/]
Live Reproduction Link
https://lit-html.stackblitz.io/ stuck with "Starting dev server" and this code:
Actual Results
Browsers Affected
The text was updated successfully, but these errors were encountered: