Rasukarusan

Results 4 comments of Rasukarusan

@jontxux Thanks your comments! I will check.

@cadentic Hi! I'll post my example. `_app.tsx` ```js ... import { TopLoadingBar } from './TopLoadingBar' export default function MyApp(props) { const { Component, pageProps } = props } return (...

I had the same problem. I use TiDB and GoogleProvider. I add `relationMode = "prisma"`. It works! schema.prisma ```diff generator client { provider = "prisma-client-js" } datasource db { provider...