-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat persistence does not work #16
Comments
I think this might have to do with the auth for the repo out of the box. After I clicked deploy with vercel, for all my sign in requests, I get |
Nvm, turns out that the auth link in supabase settings needs to have |
But the chat issue still persists |
I was able to fix the chat history persistence by migrating to SSR from auth helpers. Once I wrap up my project, I'll post a PR for this. |
Bug report
I just setup the basic repo, but I realised that the chat history isn't being saved. Upon checking, I realise that the 'chats' table doesn't exist in the supabase db. What could go wrong?
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
The text was updated successfully, but these errors were encountered: