Relative Content

Tag Archive for node.jssslnext.jsplanetscale

ERR_SSL_WRONG_VERSION_NUMBER while running a Nex.js app

⨯ TypeError: fetch failed at node:internal/deps/undici/undici:12502:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async postJSON (file:///D:/earn/node_modules/.pnpm/@[email protected]/node_modules/@planetscale/database/dist/index.js:125:22) at async Connection.execute (file:///D:/earn/node_modules/.pnpm/@[email protected]/node_modules/@planetscale/database/dist/index.js:81:23) at async PrismaPlanetScale.performIO (file:///D:/earn/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@prisma/adapter-planetscale/dist/index.mjs:151:22) at async PrismaPlanetScale.queryRaw (file:///D:/earn/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@prisma/adapter-planetscale/dist/index.mjs:122:22) at async D:earnnode_modules.pnpm@[email protected][email protected]node_modules@prismaclientruntimelibrary.js:29:14083 { clientVersion: ‘5.22.0’, page: ‘/’, [cause]: [Error: 141C0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:wsdepsopensslopensslsslrecordssl3_record.c:355: ] { library: ‘SSL routines’, reason: ‘wrong version number’, code: ‘ERR_SSL_WRONG_VERSION_NUMBER’ } } Getting this error […]

ERR_SSL_WRONG_VERSION_NUMBER while running a Nex.js app

⨯ TypeError: fetch failed at node:internal/deps/undici/undici:12502:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async postJSON (file:///D:/earn/node_modules/.pnpm/@[email protected]/node_modules/@planetscale/database/dist/index.js:125:22) at async Connection.execute (file:///D:/earn/node_modules/.pnpm/@[email protected]/node_modules/@planetscale/database/dist/index.js:81:23) at async PrismaPlanetScale.performIO (file:///D:/earn/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@prisma/adapter-planetscale/dist/index.mjs:151:22) at async PrismaPlanetScale.queryRaw (file:///D:/earn/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@prisma/adapter-planetscale/dist/index.mjs:122:22) at async D:earnnode_modules.pnpm@[email protected][email protected]node_modules@prismaclientruntimelibrary.js:29:14083 { clientVersion: ‘5.22.0’, page: ‘/’, [cause]: [Error: 141C0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:wsdepsopensslopensslsslrecordssl3_record.c:355: ] { library: ‘SSL routines’, reason: ‘wrong version number’, code: ‘ERR_SSL_WRONG_VERSION_NUMBER’ } } Getting this error […]