supabase-community / vercel-ai-chatbot

A full-featured, Supabaseified Next.js AI chatbot built by Vercel Labs & Supabase
https://github.com/thorwebdev/vercel-ai-chatbot/pull/1
Other
549 stars 83 forks source link

AuthApiError: Invalid Refresh Token: Refresh Token Not Found #10

Open swyxio opened 1 year ago

swyxio commented 1 year ago

Bug report

in production, supabase's chat bot just shows an unintelligible crash screen after you are logged in for a while

image

https://smoltalk.vercel.app/sign-in?redirectedFrom=%2F

Describe the bug

https://github.com/supabase/auth-helpers/issues/436

swyxio commented 1 year ago

i can deal with it by clearing cookies, but thats obviously not an ideal experience.

louishugens commented 1 year ago

@swyxio how would you clear the cookies? Could you please share the procedure? Thanks.