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`The request failed: ${lastStreamErrorRef.current.statusCode===401||lastStreamErrorRef.current.statusCode===403 ? "Your Cal.com session has expired. Please reconnect your account." : lastStreamErrorRef.current.statusCode===429 ? "Cal.com rate limit reached. Please try again in a moment." : "Something went wrong with the Cal.com API. Please try again."}`;
return`The request failed: ${lastStreamErrorRef.current.statusCode===401||lastStreamErrorRef.current.statusCode===403 ? "Your Cal.com session has expired. Please reconnect your account." : lastStreamErrorRef.current.statusCode===429 ? "Cal.com rate limit reached. Please try again in a moment." : "Something went wrong with the Cal.com API. Please try again."}`;
0 commit comments