My app is failing to start in Firebase Studio and I’m getting this error:
2025-08-26T11:42:59Z [web] ✓ Starting…
2025-08-26T11:42:59Z [web] Error: Invalid next.config.ts options detected
Details
I am using Next.js with Firebase Hosting integration.
Environment variables in .env are set correctly.
I already tried:
Cleaning build cache (rm -rf .next && npm run build)
Checking Node.js version
Removing unused experimental flags
Verifying my config export format
Request
Can you someone help me to sort out the solution