Towards the end of May, we started to receive a lot of reports from DEV users that our Android App was giving them an Offline message even when the...
For further actions, you may consider blocking this person and/or reporting abuse
monopoly browser -> monopoly bugs ?
Nice! Great write up!
So happy we know what's up with this. I know this one was giving you so major grief!
The page saying dev.to is offline appears from time to tim on Firefox. Doth on my work computer and at home. Only happens if I'm in a tab on a different website and I try to acces dev.to. I then have to open a new tab to access the website. Anyone have this too ?
I just went back to using the website in Chrome and figured my device was wrong :P Though good sleuthing to find it was a Chrome issue!
Ohhhhhh, I remember this happening even when browsing to the website. Somehow (terribly of me) I hadn't noticed it wasn't going on until I saw this post.
Yay! It's fixed! \o/
Yes. Thank you Daniel for the tip, I'll give it a try
The impact would have been reduced if the "app" wasn't a webview in the first place...
How is it that the offline page was able to be presented? Isn't that just another normal GET request like the original that failed due to being "offline"?
Offline page is stored in service worker and is returned if a cache copy of said request doesn't exist or the request failed.
Ahh thanks for the write up!
I can probably go back to using the App now!