Andre Mendonca
Andre Mendonca
### Description When querying for pages or posts by URI, it returns any match of the uri even if it's incomplete. It turns out to be a problem when parent/child...
### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/gifted-shirley-mzlvgy?file=%2Fapp%2Fapi%2Froute.js%3A1%2C1-39%2C1 ### To Reproduce 1. From a client-side component, start a fecth POST request to an API endpoint (route handler) on...
TLDR; When executing a fetch request from a serverless function it sometimes fails returning a UND_ERR_CONNECT_TIMEOUT on a Nex.js production environment hosted on Vercel. I currently have a Next.js site...