No badges yet
No accepted solutions yet
Rewrite with Ignored Build Step setting enabled
We have two Vercel projects in the same monorepo. Ones' landing page will rewrite to the other one on all environments, even in preview URLs. We've also enabled "Ignored Build...
Cached function in layout and page runs twice
Docs [here](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching#orms-and-database-clients) state that: > You can use [React...