Redirect fail in Server Action fail
Unanswered
Indian mackerel posted this in #help-forum
Indian mackerelOP
First of all, I had this error ERR_SSL_WRONG_VERSION_NUMBER
So I update to latest canary version (14.2.0-canary.28)
According to this https://github.com/vercel/next.js/issues/63114
And now I face a similar error.
So I update to latest canary version (14.2.0-canary.28)
According to this https://github.com/vercel/next.js/issues/63114
And now I face a similar error.
2 Replies
Indian mackerelOP
failed to get redirect response TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11731:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async globalThis.fetch (/app/.next/server/chunks/2017.js:1:41601)
at async rh (/app/node_modules/.pnpm/next@14.2.0-canary.28_@babel+core@7.24.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js:15:4651)
at async ry (/app/node_modules/.pnpm/next@14.2.0-canary.28_@babel+core@7.24.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js:16:743)
at async rK (/app/node_modules/.pnpm/next@14.2.0-canary.28_@babel+core@7.24.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js:18:1152)
at async doRender (/app/node_modules/.pnpm/next@14.2.0-canary.28_@babel+core@7.24.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/server/base-server.js:1425:30)
at async cacheEntry.responseCache.get.routeKind (/app/node_modules/.pnpm/next@14.2.0-canary.28_@babel+core@7.24.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/server/base-server.js:1586:28)
at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/.pnpm/next@14.2.0-canary.28_@babel+core@7.24.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/server/base-server.js:1494:28)
at async NextNodeServer.renderPageComponent (/app/node_modules/.pnpm/next@14.2.0-canary.28_@babel+core@7.24.0_react-dom@18.2.0_react@18.2.0/node_modules/next/dist/server/base-server.js:1909:24) {
cause: Error: connect ECONNREFUSED ::1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:128:17) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 3000
}
}Before filling a new report, I want to be sure that I understand what next is doing.
This is the commit which solves the SSL error : https://github.com/vercel/next.js/commit/d53ba915698eeb8b2a53b7c6ff9772c954810eb9
This is the commit which solves the SSL error : https://github.com/vercel/next.js/commit/d53ba915698eeb8b2a53b7c6ff9772c954810eb9