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
thrownewError((dataas{error?: string}).error??"Failed to reach assistant")
326
+
constraw=awaitres.text().catch(()=>"")
327
+
if(raw.includes("Vercel Security Checkpoint")){
328
+
thrownewError("Chat request blocked by Vercel Security Checkpoint. Please try again, or ask the site admin to disable Bot Protection for /api/assistant.")
thrownewError((dataas{error?: string}).error??"Failed to reach assistant")
598
+
constraw=awaitres.text().catch(()=>"")
599
+
if(raw.includes("Vercel Security Checkpoint")){
600
+
thrownewError("Chat request blocked by Vercel Security Checkpoint. Please try again, or ask the site admin to disable Bot Protection for /api/assistant.")
0 commit comments