Maybe this was asked before, it kinda was, but it was for AI to answer. However, the response that was given didn’t work at all for me.
It’s simple: I had Vercel connected to a Prisma DB via the Vercel integration. At some point, I had to restore a previous backup, and instead of just restoring it, it created a new database with the restored data. That meant I had to connect my app to this new database.
The problem is that this new database isn’t being shown in the Vercel integration, so my only choice was to manually set up the env vars (which I did). Still, I’d like to have the goodies of having it integrated, like when you create a database directly from the Vercel dashboard.
How can I achieve such result?
Thanks in advance!!