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
return"Unauthorized: request was blocked by a gateway or proxy. Your authentication token may be missing or expired — try running `opencode auth login <your provider URL>` to re-authenticate."
84
+
}
85
+
if(e.statusCode===403){
86
+
return"Forbidden: request was blocked by a gateway or proxy. You may not have permission to access this resource — check your account and provider settings."
0 commit comments