You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified that the issue exists in the latest Next.js canary release
Provide environment information
next info
Which example does this report relate to?
with-styled-components
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
Error: Invalid revalidate configuration provided: 0 < 1
at NextNodeServer.renderToResponseWithComponentsImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:1881:27)
at async NextNodeServer.renderPageComponent (/usr/src/app/node_modules/next/dist/server/base-server.js:2169:24)
at async NextNodeServer.renderToResponseImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:2207:32)
at async NextNodeServer.pipeImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:960:25)
at async NextNodeServer.handleCatchallRenderRequest (/usr/src/app/node_modules/next/dist/server/next-server.js:281:17)
at async NextNodeServer.handleRequestImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:853:17)
at async invokeRender (/usr/src/app/node_modules/next/dist/server/lib/router-server.js:183:21)
at async handleRequest (/usr/src/app/node_modules/next/dist/server/lib/router-server.js:360:24)
at async requestHandlerImpl (/usr/src/app/node_modules/next/dist/server/lib/router-server.js:384:13)
at async Server.requestListener (/usr/src/app/node_modules/next/dist/server/lib/start-server.js:142:13)
Verify canary release
Provide environment information
Which example does this report relate to?
with-styled-components
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
Error: Invalid revalidate configuration provided: 0 < 1
at NextNodeServer.renderToResponseWithComponentsImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:1881:27)
at async NextNodeServer.renderPageComponent (/usr/src/app/node_modules/next/dist/server/base-server.js:2169:24)
at async NextNodeServer.renderToResponseImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:2207:32)
at async NextNodeServer.pipeImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:960:25)
at async NextNodeServer.handleCatchallRenderRequest (/usr/src/app/node_modules/next/dist/server/next-server.js:281:17)
at async NextNodeServer.handleRequestImpl (/usr/src/app/node_modules/next/dist/server/base-server.js:853:17)
at async invokeRender (/usr/src/app/node_modules/next/dist/server/lib/router-server.js:183:21)
at async handleRequest (/usr/src/app/node_modules/next/dist/server/lib/router-server.js:360:24)
at async requestHandlerImpl (/usr/src/app/node_modules/next/dist/server/lib/router-server.js:384:13)
at async Server.requestListener (/usr/src/app/node_modules/next/dist/server/lib/start-server.js:142:13)
Expected Behavior
Generating metadata as stated for given page
To Reproduce
/products/[slug]/page.tsx
The text was updated successfully, but these errors were encountered: