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
Is anyone else experiencing out of memory exceptions exclusively when working in .css.ts files with Next.js? After ~10–20min of work my Next.js dev server consistently crashes when:
I’m editing .css.ts files
The .css.ts file causes Next.js to reload the page (vs a fast refresh reload)
At some point I will investigate more closely and try to consistently repro/profile but starting a conversation in case anyone else has ran into this problem or might have an idea of what in the webpack plugin might cause this.
I think this is unrelated but I’m seeing this in my console:
<w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (172kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)
<w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (172kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)
<w> [webpack.cache.PackFileCacheStrategy] Serializing big strings (172kiB) impacts deserialization performance (consider using Buffer instead and decode when needed)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is anyone else experiencing out of memory exceptions exclusively when working in
.css.ts
files with Next.js? After ~10–20min of work my Next.js dev server consistently crashes when:.css.ts
files.css.ts
file causes Next.js to reload the page (vs a fast refresh reload)At some point I will investigate more closely and try to consistently repro/profile but starting a conversation in case anyone else has ran into this problem or might have an idea of what in the webpack plugin might cause this.
I think this is unrelated but I’m seeing this in my console:
Beta Was this translation helpful? Give feedback.
All reactions