You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally the prefix does not really matter, but the real problem is the host name part of the URL is limited to 63 characters.
This problem was reported here coder/coder#8145
If a user has a long name, plus if the workspace name is long, then we run into this problem.
Therefore making the prefix shorter helps a little.
For example, my slug for VS Code Web is simply v.
And for JetBrains I was hoping to use jb.
currently the url uses the harder prefix of
coder-jetbrains
.jetbrains-coder/src/main/kotlin/com/coder/gateway/cli/CoderCLIManager.kt
Line 479 in cae0cb4
instead of hardcoding, use the
coder_app.slug
insteadThe text was updated successfully, but these errors were encountered: