Error Type instantiation is excessively deep and possibly infinite.
w/ rpc
#4339
Answered
by
typed-sigterm
typed-sigterm
asked this question in
Q&A
-
I met this problem in hono 4.8.12 and my solution is below. |
Beta Was this translation helpful? Give feedback.
Answered by
typed-sigterm
Aug 7, 2025
Replies: 1 comment
-
First, check hono version in the lockfile. I had 4.8.10 at backend and 4.8.12 on frontend. Upgrading to 4.8.12 solves the problem. This problem troubled me for three days! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
typed-sigterm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, check hono version in the lockfile. I had 4.8.10 at backend and 4.8.12 on frontend. Upgrading to 4.8.12 solves the problem.
This problem troubled me for three days!