Matchu
34ceb6f5b4
Oops, Next.js has built-in request body parsing that happens automatically. So it was giving us a `req.body` string, and our code to read in the body and put it in a buffer was waiting forever! Thankfully, it's much easier than I expected to turn that behavior off for just one route. Now it works like before, so our existing code works again, ta da! |
||
---|---|---|
.. | ||
api | ||
internal | ||
items | ||
outfits | ||
support | ||
user/[userId]/lists | ||
_app.tsx | ||
_document.tsx | ||
conversion.tsx | ||
index.tsx | ||
modeling.tsx | ||
privacy.tsx | ||
your-outfits.tsx |