Replies: 1 comment
-
|
Disabling cacheComponents in next.config.ts allows the build to complete successfully. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When upgrading to version 16.0.3, I found that pages using drizzle to fetch data in generateStaticParams fail to build successfully, and the following error occurs in dev mode.
The error is within drizzle, located at the following address:
https://github.com/drizzle-team/drizzle-orm/blob/0.41.0/drizzle-orm/src/mysql2/session.ts#L121
The server memory unexpectedly increased threefold, so I want to remove
use cache. All server-side dynamic components are wrapped in Suspense, which should allow them to function properly.my code:
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions