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
returnxerrors.Errorf("Failed to check server %q for first user, is the URL correct and is coder accessible from your browser? Error - has initial user: %w", serverURL.String(), err)
197
201
}
202
+
203
+
_, _=fmt.Fprintf(inv.Stdout, "Attempting to authenticate with %s URL: '%s'\n", urlSource, serverURL)
204
+
198
205
if!hasFirstUser {
199
206
_, _=fmt.Fprintf(inv.Stdout, Caret+"Your Coder deployment hasn't been set up!\n")
0 commit comments