I'm current selfholsting using docker.
But I made some code changes (created a forge block) so I guess docker is not an option anymore, right?
So I'm trying to deploy at Vercel (with a superbase database) following the instructions here:
https://docs.typebot.io/self-hosting/deploy/vercelI'm getting a "PostgreSQL
DATABASE_URL
should start with postgres" (it does) warning followed by a "ELIFECYCLE Command failed with exit code 1." error.
Any advice?