-
### Link to the code that reproduces this issue
https://github.com/moloch--/nextjs-broken-csp
### To Reproduce
1. Follow directions at https://nextjs.org/docs/app/building-your-application/configur…
-
### Task: Localize App Router Paths for Multilingual URL Support
- [ ] **Create a custom `LocalizedLink` component**:
- Develop a new component that wraps `next/link` and automatically handles l…
-
-
**Description**
With the introduction of the new App Router in Next.js (since version 13), Next.js has adopted a convention where placing files with specific names directly into the `app` directory…
-
Hi! I am not a 100% sure, but I guess this is related to #109. Is there a way/plan on how to use `generateStaticParams` [[ref](https://nextjs.org/docs/app/api-reference/functions/generate-static-param…
-
I copied the code above, the app router gives me this error, how to solve this issue?
TypeError: _packages_excalidraw_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___defaul…
-
We currently serve tRPC, Vercel, Plain and webhooks through the legacy pages api we should move them to app router.
There isn't much reason anymore since tRPC does support app router fully.
The mig…
-
BIG CHANGE REQUEST!
Will affect
- next-sanity
- next-intl
- sanity webhook usage
- SSG (getStaticProps)
-
I have tried to migrate automatically, but that has been partly unsuccessful. Some progress was made although, and it can be seen here.
https://github.com/leftmove/wallstreetlocal/pull/5
In migrat…
-
### Link to the code that reproduces this issue
https://github.com/mehrizi/nextjs-dynamic-title
### To Reproduce
Hello and hardworking,
I have simple pages in _App Router_ like `app/page/[id]/page…