Michal Piechowiak
Results
72
comments of
Michal Piechowiak
This got really outdated and has so many merge conflicts that is not worth keeping open. There is a workaround with `NETLIFY_AUTH_TOKEN=$NETLIFY_AUTH npx netlify deploy --build`, so I'll close this...
Per https://nextjs.org/docs/basic-features/typescript#api-routes API routes should use `NextApiRequest` for request portion - that type doesn't have `formData()` method on it. The https://developer.mozilla.org/en-US/docs/Web/API/Request is type we get from `fetch` calls - it...