Infinite loading on Firefox
See original GitHub issue- I have read the troubleshooting section before opening an issue.
- I have tried upgrading
iles
andvite
.
Description 📖
Hey @ElMassimo! Testing locally creating a website with iles and also checking the docs website, I’m finding iles sometimes makes the website load infinitely. I’m attaching a video at the screenshots section so you can see it live.
Locally it has happened to me when creating a Vue component inside a Vue component.
I can only see this problem on my Mac Book Pro running Firefox 94, not on Chrome.
Tried on Incognito without any extension and this problem is also happening!
Reproduction 🐞
The very same docs website has this problem 😃
Screenshots 📷
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Websites show a spinning wheel and never finish loading
This article explains what to do when specific websites (not all) start to load, but never finish (i.e. the tab displays a spinning...
Read more >Firefox browser is suddenly failing to load websites [U: Fixed]
Open a new Firefox window. · Type about:config in the URL bar. This will open a settings screen. · Search for the setting...
Read more >Firefox can't load websites but other browsers can - Reddit
Any fix for this bug? The basic function of the web browser is to load a webpage and Firefox is failing that. This...
Read more >How to Fix: Mozilla Firefox not Loading Pages? - BrowserHow
Similarly, the Mozilla Firefox not loading pages is one of the browser issues that can easily be fixed. Most the loading issue is...
Read more >FIXED: Youtube Not Working In Firefox Browser | Won't Load
Mozilla's Firefox browser is a solid option for privacy-conscious internet users. Furthermore, the browser is highly polished and dependable ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@santicros Added a workaround in
iles@0.6.6
that prevents DOM parsing from being blocked in Firefox.Once Firefox fixes the issue I’ll revert the change.
@santicros Seems like this Firefox bug causes DOM parsing to stop, causing the page to never finish loading.
Removing
async
from the island script tags would avoid running into this Firefox bug, but it would also negate some performance benefits in other browsers.Closing, but will investigate to see if there are any simple workarounds that îles can provide out of the box until Firefox fixes this bug.