-
Hi, I have a monorepo, with the website under `apps/gatographql`. I have the following `netlify.toml`:
```toml
[build]
command = "npm run build --prefix apps/gatographql"
publish = ".next"
…
-
I noticed next/image's size is set differently depending on where you host your Next.js project.
I uploaded a 1 page Next.js project displaying an image on Netlify and Vercel.
On Vercel, the ima…
-
next@v15.0.0-canary.160 unskipped some tests [in this commit](https://github.com/vercel/next.js/commit/08ef1db12d67adae8e5b71ed98cd0e13d0b89687) These tests hadn't been running for some time.
Many …
-
Hi
I just watched your video on youtube about durable caching: https://www.youtube.com/watch?v=2i5pgXiIQUQ&ab_channel=BryanRobinson
Thanks for the explanation!
I was wondering if you maybe co…
-
On submitting an ajax form to Netlify Forms, I'm getting a 404 page being served. I have no special _redirects rules either.
```
curl 'https://beta.dfame.app/' \
-H 'user-agent: Mozilla/5.0 (Wi…
-
When Next.js is deployed in Netlify, the page is updated when Search Params is updated by `router.replace`. This causes the lazy load component and `useEffect` to be recalculated and the display to be…
-
beloved NoN users! it's been a pleasure serving you here on this repo, born and raised by friend and inspiration @FinnWoelm, but it's time to deprecate `next-on-netlify` in favor of its successor, the…
-
I would like to build apps with typescript and I'm sure others would love it too. I currently have a [template](https://github.com/cookbook-technologies/next-netlify-starter-typescript) from your [nex…
nljms updated
10 months ago
-
## Description
I'm working with @helios2003 in https://github.com/asyncapi/studio/issues/224. In particular, I'm its mentor through GSoC2024.
As part of such project, we evaluated the possibility …
-
### Link to the code that reproduces this issue
https://github.com/silkcoder/nextjs-demo
### To Reproduce
I have a route `/products/[id]`
I have a page.js under `/products/[id]` to load product …