Next.js Discord

Discord Forum

Application error: a server-side exception has occurred (see the server logs for more information).

Unanswered
Phil posted this in #help-forum
Open in Discord
I have a website that is showing me this error when I try to read a blog. I have 3 blog posts. The first one works just fine but the last two which I recently created is showing this error when I click read more. Can anyone help me understand what could be the issue? I have checked the API end point is working very well. I am running my project on AWS lightsail instance

2 Replies

Roseate Spoonbill
You need to check for the logs of the application. Server should have logs exposed as stdout, so it would end up landing in the container logs.
It would be hard to try to debug this issue without those.