Integrating MySQL Database via VPN in Next.js App on Vercel
I need to work on a project where I have to access and query a local database from a Next.js app deployed on Vercel. However, the local server hosting the database is configured with a VPN, and after some research on Google, I found out that Vercel does not support this configuration.