Transfer and Package
I exported the project I developed with v0 and this project is a marketplace site, but the database of the project is still connected via v0, how can I solve this? I am currently using the free version, sometimes there are high ms values between pages, is this normal? I will activate the site and switch to the paid version, but I don't know which package to buy.
1 Reply
robust-apricot•5mo ago
Is your Neon database visible in the Storage tab on Vercel? If so, you can follow the instructions here to updgrade your plan:
https://neon.tech/docs/guides/vercel-native-integration#changing-your-plan
However, a plan change won't necessarily resolve latency issues. A couple of things that might help:
- Make sure your database is in the same region as your app
- If you have scale to zero enabled (it is enabled by default), the first query that wakes up your compute is slower than subsequent queries executed on the running compute. On a paid plan, you can disable scale to zero.
Neon
Install the Neon Postgres Native Integration on Vercel - Neon Docs
What is the Neon Postgres Native Integration How to install Neon Postgres from the Vercel Marketplace How to manage your integration Neon Postgres Previews Integration Neon plans About the integration...