Share feedback, ideas and get community help

Updated 3 months ago

Error to login/signin

i am trying to deploy the typebot on azure with each service on a differente container (builder,viewer, database)
i created the db and it is working fine, after that i deployed the viewer and the builder, when the builder starts is run all migrations and created all tables on the database but when i try to login i got the erro that the table verificationtoken doesn't exists (but as the print says it's there),
the smtp seen fine cause the magic link is arriving on the email box and when i click the magic link i got the error try signing with a different account plus the verification error on the console .
i have tried using compose with just the image, trying using the docker single instance and same problens
Attachments
image.png
image.png
image.png
image.png
image.png
image.png
image.png
image.png
image.png
B
L
4 comments
It seems the migrations were not made on your database
The database user should have the SUPERUSER role. You can setup and migrate the database with the pnpm db:migrate command.
another issue is that when i try to build a img i got this error, i am using the default dockerfile
Attachments
image.png
image.png
Add a reply
Sign up and join the conversation on Discord