Invalid `p.account.create()` invocation in
/home/ubuntu/code/apollo-computers/node_modules/.pnpm/@next-auth+prisma-adapter@1.0.5_olz4gynuwklrt45ffo7wirvoly/node_modules/@next-auth/prisma-adapter/dist/index.js:19:42
16 },
17 updateUser: ({ id, ...data }) => p.user.update({ where: { id }, data }),
18 deleteUser: (id) => p.user.delete({ where: { id } }),
→ 19 linkAccount: (data) => p.account.create(
The provided value for the column is too long for the column's type. Column: access_token Error:
Invalid `p.account.create()` invocation in
/home/ubuntu/code/apollo-computers/node_modules/.pnpm/@next-auth+prisma-adapter@1.0.5_olz4gynuwklrt45ffo7wirvoly/node_modules/@next-auth/prisma-adapter/dist/index.js:19:42
16 },
17 updateUser: ({ id, ...data }) => p.user.update({ where: { id }, data }),
18 deleteUser: (id) => p.user.delete({ where: { id } }),
→ 19 linkAccount: (data) => p.account.create(
The provided value for the column is too long for the column's type. Column: access_token
at fn.handleRequestError (/home/ubuntu/code/apollo-computers/node_modules/.pnpm/@prisma+client@4.12.0_prisma@4.12.0/node_modules/@prisma/client/runtime/library.js:174:6477)
at fn.handleAndLogRequestError (/home/ubuntu/code/apollo-computers/node_modules/.pnpm/@prisma+client@4.12.0_prisma@4.12.0/node_modules/@prisma/client/runtime/library.js:174:5907)
at fn.request (/home/ubuntu/code/apollo-computers/node_modules/.pnpm/@prisma+client@4.12.0_prisma@4.12.0/node_modules/@prisma/client/runtime/library.js:174:5786)
at async t._request (/home/ubuntu/code/apollo-computers/node_modules/.pnpm/@prisma+client@4.12.0_prisma@4.12.0/node_modules/@prisma/client/runtime/library.js:177:10477) {
name: 'LinkAccountError',
code: 'P2000'
}