I recently upgraded my application to Next.js 14, pushed all my code to my private Github and things went smoothly on my staging server. However, when I shifted it to my production server I have started to get a blank page upon launching my application with a bunch of 400 Errors.
This is what I see in my network tab, see the image I have attached:
I'm not sure what is going wrong. I tried to output some logs into my layout.tsx (in root /src/app/layout.tsx) and I do get console.log's back but I still cannot seem to render the application. What could be the problem?
I launched up a fresh Next.js 14 application and it works fine, I've tried my existing application within my staging server (a fresh clone from Git) and I have no issues. I just seem to be facing it within my current server.