The chats entered by the user, and the chats given from ai aren’t saving to my Postgres database in my next.js application
After I ask a question to the ai, and the ai responds. The information is not being saved to the database.I’ve tried adding console.log statements in my route.ts file and it does seem like the messages given from ai and from the user are being saved to the database, but when I refresh my application the messages aren’t saved.