Is it possible to use hono api with react router 7 loader? #3794
Unanswered
colesanderson
asked this question in
Q&A
Replies: 1 comment
-
log from local dev:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I deployed a Hono API and a React Router 7 app using Cloudflare Workers. Both apps are working fine in local development, but in production, I cannot fetch data from the Hono API in the React Router loader.
Code:
React Router 7 Code:
Hono API code:
Cloudflare React Router 7 Logs errors
Beta Was this translation helpful? Give feedback.
All reactions