-
### Pain
As per the [Next.js documentation](https://nextjs.org/docs/pages), it's recommend to use the app router as opposed to the pages.
### Tasks
- [ ] Does this migration make sense to do? Get a…
-
Why choose a Page Router over an App Router in Next.js?
-
### 🐛 Current behavior
The `__isArtificial` flag in `` component (copied from the [documentation](https://www.algolia.com/doc/guides/building-search-ui/going-further/conditional-display/react/#disp…
-
がんばる
-
In the readme page, it's saying
> If are using [the app directory](https://beta.nextjs.org/docs/routing/fundamentals#the-app-directory) include PlausibleProvider inside the root layout:
However,…
-
### Summary
Quran.com currently uses Next.js Pages router on Next.js 12, which is an outdated version. The Pages Router is also not the latest routing method for Next.js and is missing some features …
-
npx next-rest-framework validate is not working
"custom-generate-openapi": "npx tsx ./scripts/custom-generate-openapi.ts",
```
import { generate } from 'next-rest-framework/dist/cli/generate';…
-
Sub issue of #702
Move welcome page route to app router. Steps:
1. Create E2E test to cover the route
2. Create welcome app segment containing the dynamic partnerName segment with page file (se…
-
Your integration tutorial (https://www.ory.sh/docs/getting-started/integrate-auth/nextjs) only shows how to do it with the pages router. However, my project uses the newer App router. How do I set it …
-
**Is your feature request related to a problem? Please describe.**
I would like to add a fallback locale when using the `I18nProviderClient` with the app router. The documentation only mentions a `fa…