-
I'm a bit confused by the documentation, as to how I can query for an array of video assets. I'd usually map over `projects` and then display `project.heroVideo` in a client component that receives a …
-
This might be a tricky corner case where this add-on and next/router don't play nicely, but just in case...
The system I work on heavily uses the ability to set up internal APIs as part of the Next…
-
# Summary
This is the main issue for implementing App Router Support and it will describe the current plan.
```[tasklist]
### What needs to happen
- [ ] https://github.com/10up/headstartwp/issues/7…
-
### What is the improvement or update you wish to see?
When using pages router, we can use context on api routers:
```ts
import { NextResponse } from 'next/server';
import type { NextFetchEvent, N…
s1973 updated
1 month ago
-
### Link to the code that reproduces this issue
https://github.com/emerylin/nextjs/
### To Reproduce
1. npm run dev
2. Goto localhost:3000/playground
3. Click "Set" button, observe that "value" s…
-
### Link to the code that reproduces this issue
https://github.com/matt-pawley/nextjs-babel-issue
### To Reproduce
1. Run `npx create-next-app@latest`
2. Select all default options
3. Create `.ba…
-
### Link to the code that reproduces this issue
https://github.com/maximelebastard/nextjs-issue-custom-server
### To Reproduce
The issue is related to using the output: "standalone" with a cu…
-
### Link to the code that reproduces this issue
https://github.com/Abdulahadahmadi/codewithahad.git
### To Reproduce
I have a web app in Nextjs in Navbar component when I go to other router and ret…
-
**Describe the bug**
Streaming + Suspense isn't working on static web apps (nextjs hybrid website)
It waits until the async component finishes loading to render the entire page making the user …
-
### What is the improvement or update you wish to see?
WIth App Router, when running a build in a CI environment, it points at this article;
https://nextjs.org/docs/pages/building-your-applicati…
mobob updated
4 months ago