Open smoothdvd opened 1 day ago
Hi, thank you for reporting this issue. There is no official Next.js support, but if you willing to make a PR that solves this issue, I'll more than happy to review it :]
Maybe cause by this Hono 4.6.9 update: refactor: use # for private methods to reduce the minified file size by @yusukebe in https://github.com/honojs/hono/pull/3596
Not using nextJs, but seeing the same error with 6.3.3 and @hono/node-server. Pinning hono to 4.6.8 fixes the problem. Agree with @smoothdvd that it's likely caused by https://github.com/honojs/hono/pull/3596
Hi @stephencoffey can you share a small repo that reproduces the issue? Where is the code that tries to touch Hono's private members?
I use hono in nextjs 15 like this
rollback to hono 4.6.8, there is no issue anymore