remix icon indicating copy to clipboard operation
remix copied to clipboard

`useFetcher` not working for routes that has runtime `nodejs`

Open joeykamsteeg opened this issue 6 months ago • 4 comments

I have encountered an issue while using useFetcher in Remix. When utilizing useFetcher for a route configured to run on the Edge Runtime, the route is successfully called. However, when the route is set to run on the nodejs runtime, useFetcher returns a 404 Not Found error.

joeykamsteeg avatar Aug 15 '24 18:08 joeykamsteeg