I’ve been having an issue where glitch is unusable due to the white page bug. glitch.com itself is fully functional but whenever I go to edit one of my projects, the page turns white and I’m unable to do anything. I’ve read other posts about this but it seemed the issue fixed itself for them. For me this issue has persisted for quite some time. I am not running any extensions that would cause anything like this, I even disabled everything and went on an incognito tab but it still didn’t work. I’m not sure what I can do.
This is probably on your side because I just logged into a vps gone into incognito and in my normal browser and it is not showing anything wrong. try restarting your computer and try again.
What is blank though? The editor view on the left, or the actual website itself on the right? Because if it’s the latter then that’s almost certainly your own code doing things that prevent the site from working, not actually Glitch doing things wrong.
However, the error also tells you how to fix things:
Failed to create WebGL context: WebGL is currently disabled
So enabling webgl should make things work again. How you do that depends on which browser you’re using, and in which OS, but shouldn’t be too hard to find with some web searching.