Pages Routergood first issuetype: next
倉庫指標
- Star
- (139,471 star)
- PR 合併指標
- (平均合併 3天 19小時) (30 天內合併 399 個 PR)
描述
Bug report
When using the unstable_revalidate param with ISG, a header set by _app should never win.
Additional context
From @lfades:
Update: this is currently not the case, SSG finishes the request before it gets to _app.
the custom _app in the Next.js site was setting a header, but that causes an error because the request was sent, this happens in production and with next start, but in dev you don't get any error.