🚀 Working on a chat application using Next.js + Supabase + Clerk

🚀 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
Screenshot_2025-10-15_140855.png
Screenshot_2025-10-15_140251.png
Was this page helpful?