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:Jump to solution
I actually made a mistake, I needed direct URL and everything is working great! New to prisma so unaware of it.
4 Replies
Hi
Hey @salzar
Is this happening on the latest version of Prisma?
Are you able to connect to the Supabase database via a Database GUI tool like pgAdmin, TablePlus etc?
Solution
I actually made a mistake, I needed direct URL and everything is working great! New to prisma so unaware of it.
Thank you though