You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: