-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error connecting to database: fetch failed" using drizzle and SST #5362
Comments
I might be using the wrong URL for serverless HTTP? |
Were you able to resolve this? The direct connection via npx drizzle-kit push works. But have same issue. It is not the issue with url, as this postgres url works with other drivers. |
neon.tech use this server.you will get a connect link like |
This is probably caused by your network/dns. |
See here |
Steps to reproduce
use neon with drizzle and attempt to connect to neon from an SST function
Expected result
Able to query data from neon database over http
Actual result
serverless function times out
Environment
serverless?
Logs, links
The text was updated successfully, but these errors were encountered: