Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to login after upgrade #337

Open
bigbeka opened this issue Mar 1, 2024 · 2 comments
Open

Not able to login after upgrade #337

bigbeka opened this issue Mar 1, 2024 · 2 comments

Comments

@bigbeka
Copy link

bigbeka commented Mar 1, 2024

Upgraded from 3.6.1-sh to 3.8.5 and I am getting this errors, I was not able to find a solution or report here in the issues.

I am running Cal.com in 2 docker-compose containers.

database | 2024-03-01 18:52:04.898 UTC [155] ERROR: relation "public.UserPassword" does not exist at character 78 database | 2024-03-01 18:52:04.898 UTC [155] STATEMENT: SELECT "public"."UserPassword"."userId", "public"."UserPassword"."hash" FROM "public"."UserPassword" WHERE "public"."UserPassword"."userId" IN ($1) OFFSET $2

@Death-Pact
Copy link

Death-Pact commented Mar 7, 2024

had same error so I just added the new env variable DATABASE_DIRECT_URL and set it to the same as my DATABASE_URL variable and it is working now.

@bigbeka
Copy link
Author

bigbeka commented Mar 7, 2024

@Death-Pact thank you! That worked for me too, seems like the docker-compose.yaml and .env files were updated recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants