No badges yet
Connection to Neon database fails in deployments
So here is a new version of the code that writes to DB (adapted from `@vercel/postgres` github's docs): ```typescript import { sql, createPool, createClient } from...
Connection to Neon database fails in deployments
I am not getting any data back from the database at all, it is a purely log-this-and-basta write to database. I'm on the Hobby plan, from your link to documentation it looks like...
Connection to Neon database fails in deployments
Hi @[amyegan](https://community.vercel.com/t/connection-to-neon-database-fails-in-deployments/1968/2) My local `.env` file is not committed nor is uploaded during deployment to...
Connection to Neon database fails in deployments
I deployed a simple first version of a Sveltekit project successfully. After that I wanted to log into a database every time the site is accessed. For this, I created a Postgres...
No accepted solutions yet