Terminal times out very quickly
Hi all, we are using the Terminal functionality in Coder OSS and we're finding that it times out very quickly. Sometimes within seconds. Is there a way we can increase this?
7 Replies
Hey @dorkbydesign what version of Coder are you running?
What is the recommend way to update? I cant find update instructions for Coder OSS.
Coder v0.8.14+e1afec6 Thu Sep 8 14:06:00 UTC 2022
https://github.com/coder/coder/commit/e1afec6db4cb72b4dbc8d955fab20dc5b369243c
GitHub
fix: Optionally consume
email_verified
if it's provided (#3957) ·...This reduces our OIDC requirement claims to only
email
. If email_verified
is provided and is false
, we will block authentication.
Fixes #3954.Try upgrading to v0.8.15. It has a different method of networking by default that might help!
Ok no worries. How would I update?
just run the same command you used to install. and after that
systemctl restart coder
systemctl daemon-reload
Yep that fixed it!