Joe Previte
Joe Previte
> Note the gray log~ Is this normal? Ah maybe I'm slow, but what am I looking at here? > case2: Start with cert and cert-key, and let explorer trust...
@Cleanairdreaming are you using HTTPS?
Can you deploy it to HTTPS? I believe many services offer this for free. Other than that, there isn't much we can do since this is a browser limitation
Can you be more specific in your repro steps or share screenshots or logs? That would help a lot!
There is some [timeout/login attempt logic](https://github.com/coder/code-server/blob/main/test/unit/node/routes/login.test.ts#L11-L43) which I think prevents this slightly.
Do you have bash installed? I've seen this happen when I don't have zsh installed. You can also change the default shell in the VS Code Settings UI. I would...
Can you share the logs for the browser and the server? I'm not sure what could be going on here.
> It appears that my issue appears with code-server is run from a chroot/jailkit account. Seems to work fine on a regular user; non-root account on Ubuntu. Wondering if it's...
@bcotton nothing in the browser logs either? I'm on OSX and have 4.4.0 running locally (not in Docker) and the terminal works
If you open up code-server in a browser like Chrome, then View > Developer > Developer Tools and look in the Console tab there might be something helpful