-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useFetcher
not working for routes that has runtime nodejs
#129
Comments
Can you put together a reproduction repo so that we can take a closer look? |
@TooTallNate Sure, I'm on it! |
I have made a reproduction repo and running on Vercel, their is a strange twist. In my personal project the node function is not working with Extra information: If you try to press the buttons on the live version, you see that only the NodeJS action is popup up in the Network in the inspector. I'm not sure if this is related to 'Single Fetch' Repo: https://github.com/joeykamsteeg/remix-usefetcher-vercel-issue |
useFechter
not working for routes that has runtime nodejs
useFetcher
not working for routes that has runtime nodejs
I have setup a new branch without singleFetch and it seems an issue while using Single Fetch live: https://remix-usefetcher-vercel-issu-git-c14bdc-joey-kamsteegs-projects.vercel.app/ |
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.
The text was updated successfully, but these errors were encountered: