WSOD on mobile #17972
-
I have a Quasar website where I have noticed that if i open it on mobile phone, in ddg browser or brave, i will get only white screen. It is not ssl certificate issue, the website works on desktop and in chrome desktop when i switch to mobile. So it happens only on actual mobile device and I have no way of debugging it since there is not even access to JS console. My android phone is not outdated(few years old) and i have updated OS on it as well. Any idea where to look at or what might be causing it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
https://developer.chrome.com/docs/devtools/remote-debugging No way to know without checking the console on your phone. |
Beta Was this translation helpful? Give feedback.
-
I have installed Firefox Mobile and the website works on it. DuckDuckGo browser and Brave are both based on Chrome, so it is purely Chrome issue. Not sure yet what it is but it is a good news. Also, this is in my build section of quasar config. Maybe it is outdated? target: {
browser: [ 'es2022', 'firefox115', 'chrome115', 'safari14' ],
node: 'node20'
}, |
Beta Was this translation helpful? Give feedback.
-
So I have spent more than two solid hours on this today but I just could not figure anything out. The backend is behaving properly and only android+chrome combination is having issue. I have no clue what to do here... |
Beta Was this translation helpful? Give feedback.
https://developer.chrome.com/docs/devtools/remote-debugging
No way to know without checking the console on your phone.