-
### What version of Next.js are you using?
10.1.4-canary.18
### What version of Node.js are you using?
10.19.0
### What browser are you using?
Chrome
### What operating system are yo…
-
Reading the documentation on [Data Fetching](https://nextjs.org/docs/basic-features/data-fetching#only-runs-at-build-time), I am not clear for what is the difference apart from CDN caching if I choose…
-
# Bug report
## Describe the bug
When using a dynamic route in hybrid mode with getStaticProps and getStaticPaths, all static generated files have added `amp: 1` to context.
E.g if getStaticPa…
-
### What version of Next.js are you using?
12.0.3
### What version of Node.js are you using?
14.17.6
### What browser are you using?
Chrome
### What operating system are you using?
windows
###…
-
### Run `next info` (available from version 12.0.8 and up)
_No response_
### What version of Next.js are you using?
11.1.2
### What version of Node.js are you using?
14.17.6
### What…
-
# Bug report
## Describe the bug
Navigating to or between pages whos routes are generated dynamically by `getStaticPaths` causes a full page reload, resulting in UI state being lost and the page…
-
# Bug report
## Describe the bug
Hi,
On a dynamic routed page, I tried to migrate from `getServerSideProps` to `getStaticPaths`/`getStaticProps` to test SSG feature. But it does work. I get thi…
JiDai updated
2 years ago
-
# Bug report
## Describe the bug
When running `getStaticPaths` on build, the params passed to `getStaticProps` looks like this (logged from `getStaticProps`):
```
{ uri: [
'mat-og-dri…
-
# Overview
`@prismicio/next` is a new, yet to be written package designed to ease development when integrating Prismic with Next.js. It is both a library and a set of architecture recommendations f…
-
## Describe the bug
When using `getStaticPaths` to dynamically render pages with fallback set to `true`, the translation keys are briefly shown when loading a dynamic page directly.
## Occurs in n…