All my working deployments from all the projects are failing without changing anything in the code. They are all failing with the below error. Is there a cache that needs to be cleared I'm very confused and stuck. please help.
⨯ Failed to load next.config.mjs, see more info here https://nextjs.org/docs/messages/next-config-error
Build error occurred ReferenceError: Cannot access 'userConfig' before initialization at mergeConfig (next.config.mjs:29:3) at (next.config.mjs:26:1) error: script "build" exited with code 1 Error: Command "bun run build" exited with 1

Successful build

Failed build with the exact same code now.

