TypebotT
Typebot9mo ago
Paul

After upgrading to version 3.6 from 3.5 login through GitHub is not working

I have only login through GitHub enabled on my self-hosted Typebot. After upgrading to version 3.6 from 3.5, I am not able to login any longer. The moment I click the Continue with GitHub button I see a Try signing with a different account message under the button and I am not redirected to GitHub for the sign-in. I can see the following errors displayed in my Docker logs:

2025-04-19T09:21:34.214718141Z The column User.preferredLanguage does not exist in the current database.
2025-04-19T09:21:34.214721151Z at In.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:122:6854)
2025-04-19T09:21:34.214724181Z at In.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:122:6188)
2025-04-19T09:21:34.214727161Z at In.request (/app/node_modules/@prisma/client/runtime/library.js:122:5896)
2025-04-19T09:21:34.214730111Z at async l (/app/node_modules/@prisma/client/runtime/library.js:127:11167)
2025-04-19T09:21:34.214733041Z at async getUserByAccount (/app/apps/builder/.next/server/chunks/256.js:1:4019) {
2025-04-19T09:21:34.214736021Z name: 'GetUserByAccountError',
2025-04-19T09:21:34.214738961Z code: 'P2022'
2025-04-19T09:21:34.214748391Z }

Any help with this matter will be greatly appreciated.
Was this page helpful?