Share feedback, ideas and get community help

Updated last year

Deploy on Vercel

At a glance

The community member is currently self-hosting using Docker, but after making some code changes, they believe Docker is no longer an option. They are now trying to deploy to Vercel with a Supabase database, but are encountering an error message stating that the PostgreSQL DATABASE_URL should start with postgresql:// instead of postgres://. The error persists even though the community member claims the URL starts with postgresql://. Another community member suggests that the error message is incorrect and that the URL should indeed start with postgresql://.

Useful resources
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/vercel

I'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?
Attachments
image.png
image.png
V
B
5 comments
I prefer to continue using Docker and the original code, or even the TypeBot cloud.
Unfortunately, the only method I found to add tools to the GPT () was by modifying the code.
Indeed the error message is not correct. What I meant was "PostgreSQL DATABASE_URL should start with postgresql://"
Thank you for the report 🙂
But it does.
And the error persists.
What I'm doing wrong?
Attachment
image.png
postgresql:// not postgres://
Add a reply
Sign up and join the conversation on Discord