-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Deployed to Vercel
```
Operating System:
P…
-
### What version of Next.js are you using?
11.0.1
### What version of Node.js are you using?
14.17.1
### What browser are you using?
Chrome
### What operating system are you using?
…
-
### Describe the feature you'd like to request
Mostly we use `next build && next export` to generate static HTML, which will compile js files again, even my js files never change since last build.
F…
-
# Bug report
## Describe the bug
I can't access the basic routes inside a dynamic named folder on "dev" but it works on a build.
I can't access the "/en/" and "/it/" page that should be generat…
-
### What version of `astro` are you using?
0.23.0
### What package manager are you using?
npm
### What operating system are you using?
Windows 10
### Describe the Bug
![image](htt…
-
### What package manager are you using?
npm
### What operating system are you using?
Mac
### Describe the Bug
> Using Astro version 0.20.4
When generating a pages using rest parameters the p…
-
# Bug report
## Describe the bug
When requesting a static path generated by `getStaticPaths` with **preview mode on** (by using `setPreviewData`),
- **in dev** `getStaticProps` is called but `c…
-
# Bug report
## Describe the bug
Trying to access dynamic/catch-all routes in preview mode that are not specified by `getStaticPaths` returns 404 Not Found in production. I have verified that pr…
-
# Bug report
## Describe the bug
I have a simple blog app:
* Shows a list of posts in the homepage
* Then when clicked it shows the blog post
I have configured the `getStaticPaths` of the…
-
# Feature request
Next.js should allow pages leveraging Incremental Static Generation (`fallback: true` in `getStaticPaths`) to opt-into a server-side rendering mode when an unknown path is encount…
Timer updated
2 years ago