Merhaba,

Plesk'te Next.js 14 uygulamamı deploy ediyorum ancak "End of script output before headers" hatası alıyorum.

**Detaylar*
- Node.js: 24.11.1
- Next.js: 14.2.5
- Startup File: node_modules/.bin/next
- Application Root: /httpdocs

**Hata* Apache error log'da "End of script output before headers" görünüyor, sürekli 500 hatası alıyorum.

**Denenenler*
- Startup file kontrol edildi
- .next klasörü yüklendi
- npm install çalıştırıldı
- Node.js restart edildi

Next.js için doğru startup file ayarı nedir? Yardımcı olabilir misiniz?

Teşekkürler.