-
### 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?
macOS
### H…
-
# Bug report
## Describe the bug
Hey team!
I'm (successfully!) generating dynamic pages statically on runtime, thanks to `getStaticPaths()` + `fallback: true`.
But I'm facing 2 issues regard…
-
Hello! When trying to use your example code to render static pages i get this error:
Error: The provided path `/` does not match the page: `/[...pageUri]`.
**code:**
```tsx
export async funct…
-
### What version of Next.js are you using?
10.1.3 (and attempted canary)
### What version of Node.js are you using?
14.16.1
### What browser are you using?
Chrome
### What operating …
-
## Summary
Content creators in these respective packages seems to be currently missing. Making the creation of new content as simple to create a form that syncs up to Github would fill in that …
-
**What version of Next.js are you using?**
10.0.5
**What version of Node.js are you using?**
14.15.3
**What browser are you using?**
chrome
**What operating system are you using?**
…
ghost updated
2 years ago
-
### What version of `astro` are you using?
0.21.13
### What package manager are you using?
npm
### What operating system are you using?
Windows
### Describe the Bug
I am working on my routes an…
-
# Bug report
## Describe the bug
I am using `getStaticProps` and `getStaticPaths` to generate static pages. When accessing my pages generated from a dynamic URL, it is trying to prefetch .js fil…
-
```
export async function getStaticPaths(){
.
.
.
return { ... params: { id: "[1]"} }
}
```
This id param does not work because it overlaps with something. (probably slugs?) Result is no warni…
-
I'm trying to find out why static revalidation seems to be disabled while using i18n routing.
Here is a quick demo: https://nextjs-i18n-static-error.wiesson.vercel.app, here is the repo: https://g…
Timer updated
2 years ago