Mehdi Achour
Mehdi Achour
@dbroadhurst @zolzaya could you give @RobertBroersma comment a try please?
@MichaelDeBoey could you please do your thing here? 😅 @lensbart once properly fixed, you'll see the errors from the CI I was mentioning!
Hi @christian-reichart, where are you importing `fetch` from?
Any reason why you're not using remix's fetch? ```js import { fetch } from "@remix-run/node"; ```
Now I'm the one confused 😅 I'll circle back with the team on this point and let you know what's the right approach, and will update the docs if necessary....
Really interesting issue, thanks! MDN docs for reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307
@brophdawg11 to continue the quote: > the behavior with non-GET methods and 302 is then unpredictable on the Web As far as I remember, I've never seen a 302 doing...
You may want to read through https://github.com/remix-run/remix/issues/683
The underlying issue seems to have been fixed in react-router : https://github.com/remix-run/react-router/pull/8877
Related discussion: https://github.com/remix-run/remix/pull/4094