When Hono is integrated with a Next.js project, if requests are sent in server-side components (I noticed that requests are only sent in client-side components in the template), an error will be reported during packaging due to the failure of prerendering. Using "export const dynamic = 'force-dynamic';" can avoid the error. However, is there a perfect solution to solve this problem?