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
With a default configuration for nextjs and deployed to Vercel.com, every route/page is forced to use serverless functions even when they would otherwise be SSG. I only noticed this fact today when an AWS outage in our particular region took down our entire production deployment, not a single page would load and instead would respond with an internal server error.
Solution Brainstorm
The default behavior for autoInstrumentServerFunctions: true should not force Next.js static pages to become server-side rendered.
The text was updated successfully, but these errors were encountered:
Hey @curiousercreative - this seems like a bug on our side, this shouldn't be happening. Could you go through our bug report template and add some details about your SDK version, your next.js version, SDK setup details, details about page vs. app directory, to help us debug. You can just amend the existing issue description instead of creating a new issue.
Problem Statement
With a default configuration for nextjs and deployed to Vercel.com, every route/page is forced to use serverless functions even when they would otherwise be SSG. I only noticed this fact today when an AWS outage in our particular region took down our entire production deployment, not a single page would load and instead would respond with an internal server error.
Solution Brainstorm
The default behavior for
autoInstrumentServerFunctions: true
should not force Next.js static pages to become server-side rendered.The text was updated successfully, but these errors were encountered: