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