Connection timeout when connecting supabase to astro project while using Drizzle kit
this is the issue I ran into
1 Reply
This is my drizzle.config.ts
this is my src/lib/db.ts
this is the script at package.json
my .env variables' names looks like this
i also encountered an issue whereby im not allowed to use
in the drizzle.config.ts file. The error was :
I have also tried hard coding the URL and connectionString in the drizzle.config.ts and src/lib/db.ts respectively and I'm still facing the connection timed out issue.
solved: I was supposed to use the Connection string URI not the Project URL