No badges yet
Bug: `process.platform` in a Next server action is undefined
No accepted solutions yet
When executing a NextJS server action in v0, we're seeing `process.platform` return `undefined` which is causing SDK calls to fail. Given that it's emulating a NodeJS runtime, we...