Replies: 9 comments
-
Usually the blank page is because the web sockets aren't connecting. Can
you run code-server with `--log trace` and see if anything shows up in
the browser console or the terminal?
|
Beta Was this translation helpful? Give feedback.
-
@code-asher I found if i wait enough long time, there are some error indeed, here are the terminal output: https://paste.ubuntu.com/p/Cd8ktXWP79/ |
Beta Was this translation helpful? Give feedback.
-
Interesting, the 404'd files are ones that should only load during
development. Have you ever ran code-server from the git repository
before? Or maybe it's falling back to them because the main workbench
file has failed to load. Either way, I think they're a symptom rather
than the cause.
I think the connection reset seems likely to be the main problem and I'm
not really sure how to go about debugging that but it seems likely to be
network-related. Maybe it's has something to do with the size of the
file. Are you able to load `workbench.web.api.js` if you browse to it
directly?
|
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
@zz5840 I find it works for me when I bind to 0.0.0.0, but I don't know if that is practical in your setup. |
Beta Was this translation helpful? Give feedback.
-
@reesericci Did you bind to 0.0.0.0 and visit via the local ip of zerotire? |
Beta Was this translation helpful? Give feedback.
-
I will try it later, thanks |
Beta Was this translation helpful? Give feedback.
-
There's no evidence of a code-server bug here so I converted this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
code-server --version
: 3.6.0 a4a03c1I use Zerotier to build a local network, and changed the bind-addr config to local IP

The auth page is perfect

But the editor is a blank page

The loading spinner wouldn't disappear, but the network tab in develop tools showed finished


And the console also has no error

So strange, how can I solve it?
Beta Was this translation helpful? Give feedback.
All reactions