Coder.comC
Coder.com3y ago
loc

code-server slowness loading with --proxy-domain

I just up my code-server with --proxy-domain and the subdomains are working well.
However there seems to be a side effect, which is that new windows takes a very long time to load (or if I refresh the current window in my browser).
from the browser console - without --proxy-domain:
Creating a socket (...) was successful after 250 ms
however with --proxy-domain:
Creating a socket (...) was successful after 112877 ms

I am wondering if this has something to do with my setup that is causing it to take that much longer
Was this page helpful?