Experimenting with custom NextJS Server
Hey guys, I'm running into an issue where nextjs is not hydrating properly and hono is giving an error:
unhandledRejection: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
Here's the code:
I'm wondering if anyone with more experience or insight might have an idea with what's going wrong here1 Reply
Hi, did you solve the problem? Does anyone have an implementation of NextJS custom server + Hono?