You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: No route matches URL "/api/callback"
at getInternalRouterError (/var/task/node_modules/@remix-run/router/dist/router.cjs.js:5228:59)
at Object.query (/var/task/node_modules/@remix-run/router/dist/router.cjs.js:3807:19)
at Object.singleFetchAction (/var/task/node_modules/@remix-run/server-runtime/dist/single-fetch.js:61:38)
at handleSingleFetchRequest (/var/task/node_modules/@remix-run/server-runtime/dist/server.js:254:52)
at requestHandler (/var/task/node_modules/@remix-run/server-runtime/dist/server.js:143:24)
at Server.default (file:///var/task/build/server/edge-eyJydW50aW1lIjoiZWRnZSJ9/server-index.mjs:87:26)
at /opt/rust/nodejs.js:16:5714
at AsyncLocalStorage.run (node:internal/async_local_storage/async_hooks:91:14)
at /opt/rust/nodejs.js:16:5702
at AsyncLocalStorage.run (node:internal/async_local_storage/async_hooks:91:14)
The text was updated successfully, but these errors were encountered:
Reproduction
Reproduction:
https://github.com/styxlab/useFetcher-404-on-vercel
Demo:
https://use-fetcher-404-on-vercel.vercel.app/
Notes:
System Info
Used Package Manager
npm
Expected Behavior
No 404 error when using useFetcher()
Actual Behavior
404 error when using useFetcher() on Vercel with changing runtimes
Browser Console (client)
Server Logs
The text was updated successfully, but these errors were encountered: