#Nuxt.Js v3 and Prisma with MySQL

2 messages · Page 1 of 1 (latest)

obsidian lion
#

What could be wrong here? I'm getting the subscribed column as false, but in Prisma, it's set to true. It's definitely true in Prisma, but when I retrieve the data from the backend, it's still showing as false. In Prisma, it's definitely set to true, but when I log it using console.log, it's consistently showing as false.

agile crag
#

Hi @obsidian lion 👋

Can you please log the value of session.sudcribed when the API call is made. That will help you in figuring out why it is returning false.