Harshlions
Harshlions
TTCTheo's Typesafe Cult
Created by Harshlions on 6/20/2024 in #questions
Got error while signin
Hello these are the packages I am using 1. Trpc 2. Next Auth 3. Drizzle 4. PostgreSQL Env's are working fine for me Supabase for postgres data, discord client and secret Auth error I am receiving: https://next-auth.js.org/errors#adapter_error_createuser null value in column "id" of relation "test_user" violates not-null constraint { message: 'null value in column "id" of relation "test_user" violates not-null constraint', stack: 'PostgresError: null value in column "id" of relation "test_user" violates not-null constraint\n' + ' at ErrorResponse (webpack-internal:///(rsc)/./node_modules/postgres/src/connection.js:803:66)\n' + ' at handle (webpack-internal:///(rsc)/./node_modules/postgres/src/connection.js:489:6)\n' + ' at Socket.data (webpack-internal:///(rsc)/./node_modules/postgres/src/connection.js:330:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at addChunk (node:internal/streams/readable:559:12)\n' + ' at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)\n' + ' at Readable.push (node:internal/streams/readable:390:5)\n' + ' at TCP.onStreamRead (node:internal/stream_base_commons:190:23)\n' + ' at TCP.callbackTrampoline (node:internal/async_hooks:130:17)', name: 'PostgresError' }
6 replies
TTCTheo's Typesafe Cult
Created by Harshlions on 6/20/2024 in #questions
How does the cli works
Hello I want to customize the t3 app a little, so I want to make changes in cli too.
6 replies