🚀 Working on a chat application using Next.js + Supabase + Clerk
Right now, my conversations are saving properly in Supabase and showing in the sidebar
But the chat history (messages inside each conversation) is not being stored
I’ve already set up the conversations table and API routes, and the sidebar updates correctly. The issue is with storing and retrieving individual messages linked to those conversations. @supabase

