-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Screen keeps white #5631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What happens if you access vis HTTP? |
@jsjoeio I also tried HTTP, but with the same result, the screen keeps white. Maybe something with security, because in a incognito window everything works. |
I started the code-server with |
Interesting...well i'm happy you found a solution! Can we close this? |
Well i would like to use code-server on my android tablet and not on my phone. |
Oh I misunderstood. Are there any logs in the Browser Console that you can share? I'm not sure about the white screen still 🤔 |
Hey. The browser console is empty as i showed on the screenshot above. I connected my table to a computer and used USB debugging from the computers chrome. I reloaded multiple times(with preserve logs), but console was still empty with no messages. The second screenshot shows the loaded resources, I'm not sure if something is missing. |
This is very strange...The only thing I can think of is bad SSL certificates or your browser rejecting them and failing to load the app entirely. Any ideas @code-asher ? |
I have no good theories but maybe open those network requests and
make sure the content looks correct? For example
workbench.web.main.js, workbench.js, etc.
Since it works in incognito could also try checking that "disable
cache" box in devtools just in case it is a caching issue.
If none of that helps it will just have to be debugged step by
step by someone.
|
I found no issue at all on loading and skipped using the table with code-server. I close the issue, maybe in the future someone find a solution. |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.7.0 7f108c6 with Code 1.71.0Steps to Reproduce
code-server
Expected
Code-server should open the workspace
Actual
The screen keeps to be white.
Logs
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
I'm using code-server with termux on debian and installed as described in code-server/termux.md.
I open it on my android tablet ( SM-T505) but the screen keeps to be white. I connected a remote debugger, but the console is empty and all resources are loaded.
Interesting is that code-server opens in a incognito window, but not in a normal frame or as pwa(added to start screen). I'm using a self signed certificate for https.
I also tried verion 4.7.1, but same result.
The text was updated successfully, but these errors were encountered: