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
I am not 100% certain, but either since I have updated Node and/or updated Million, my Next.js app is not running with Million anymore. Running the server throws this error
Error evaluating Node.js code
TypeError: 'process.env' only accepts a configurable, writable, and enumerable data descriptor
Usually, this indicates a problem with the Node version, right?
Thanks!
Version List
node v23.4.0
next v15.1.0
million v1.0.14
Mac
Chrome
The text was updated successfully, but these errors were encountered:
I am not 100% certain, but either since I have updated Node and/or updated Million, my Next.js app is not running with Million anymore. Running the server throws this error
Error evaluating Node.js code TypeError: 'process.env' only accepts a configurable, writable, and enumerable data descriptor
Usually, this indicates a problem with the Node version, right?
Thanks!
Version List
node v23.4.0
next v15.1.0
million v1.0.14
Mac
Chrome
The text was updated successfully, but these errors were encountered: