PrismaP
Prisma16mo ago
6 replies
salzar

introspecting never loading

Hi, I have a freshly setup project and db with a couple simple tables in it, and when I pull my db with prisma, I just infinitely load on introspecting based on datasource defined in prisma/schema.prisma. How do I fix this and get past this? I made sure the configuration and DB url is correct. I am using supabase for a db
Solution
I actually made a mistake, I needed direct URL and everything is working great! New to prisma so unaware of it.
Was this page helpful?