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
// Check if error is about reaching maximum token limit
377
377
ifstrings.Contains(err.Error(), "reached maximum token limit for project") {
378
-
returncredentials{}, fmt.Errorf("failed to create API key: %w\n\nYou can delete existing API keys at: https://console.cloud.timescale.com/dashboard/settings", err)
378
+
returncredentials{}, fmt.Errorf("failed to create API key: %w\n\nYou can delete existing API keys at: https://console.cloud.tigerdata.com/dashboard/settings", err)
379
379
}
380
380
returncredentials{}, fmt.Errorf("failed to create PAT record: %w", err)
0 commit comments