-
Notifications
You must be signed in to change notification settings - Fork 7
[minor] Sometimes page does not load, showing a "loading" message #35
Comments
Looks like an issue with the service worker. Does it print anything to web inspector console? |
I'll check it the next time it happens to me; as said it does not happen very often, that's why I marked it as minor. |
Thank you! You're the best contributor 😀 |
I found a way to properly reproduce it:
I'm always getting the "loading" message if I do these steps (and I can't see more messages in the log apart from those one above). |
Gosh, I think service worker might have gotten borked. Sorry! Try going to |
Ok, step by step, I was editing my previous message before you posted, so here's what I was adding: I was gonna edit previous message adding more information:
I tried to remove it, but seems to not make any change. In fact, if I remove it, the first time I access to derivepass it shows the "loading" message, so I still need to refresh all assets removing cache. |
Ok, apparently the Edge error is different. Based on "can I use" I see serviceworkers are supported; therefore I decided to open there the console, and here's what appears under microsoft Edge: Do you want a different issue for this? Edit: Apparently yes, are different issues. What is not supported is TextEncoder and TextDecoder: https://caniuse.com/#search=textencoder |
Oh gosh! This is different indeed. Could you open one, please? |
Done in #36 |
Describe the bug
From time to time, derivepass website does not load, showing a "loading" message in the middle. I need to refresh all the assets removing them from cache (ctrl + shift + r) to get it working again.
To Reproduce
I'm not really sure how to reproduce this... but here's what I usually do:
Expected behavior
To properly load the page, under any case.
Screenshots
![imatge](https://user-images.githubusercontent.com/153305/57371915-5fed5a80-7194-11e9-837b-b7831549e9cb.png)
Desktop (please complete the following information):
Smartphone (please complete the following information):
Never experienced this under a mobile device.
The text was updated successfully, but these errors were encountered: