hi guys, I have a problem with neon (i
hi guys, I have a problem with neon (i think). in my nextjs app with prisma i have an icon that shows the number of interviews and the conditions to display them (as attached). Everything works in dev, where i have a local postgress db (i am on mac). I deploy it to prod, the icon is not visible and i get the interview.lengt is 0. I check neon, i see interview table with the entry, i also see hypothesis with the entry and still nothing is shown. The only think I can see that is different in prod than in dev is the fact that neon does not save (or at least display) many-to-many columns within single table, but rather creates these separate tables where the connection between the two is made - in my local postgress i simply see in the column of the table I am looking. does anyone know what the issue might be? By the way, my app is not that small with plenty of prisma "get" calls and everything works and that one call works in dev and prod, APART from picking this interviews.. Any help would be appreciated



