Hello, I’m experiencing a persistent 500 Internal Server Error on a specific dynamic route in my Next.js project. I suspect it might be a resource usage (memory/CPU) or a platform-specific issue, as all application-level debugging has failed.
Project URL: https://v0-royrosa-story-com-clone.vercel.app/ **Failing Route:** https://v0-royrosa-story-com-clone.vercel.app/posts/가려운두피샴푸-추천-7일만에-가려움이-없어진-과학적-이유-1750840837743`
Summary of Debugging Steps Taken: We have already tried: 1) Fixing slug encoding/decoding, 2) Hardening the content renderer, 3) Configuring next/image with remotePatterns, 4) Unifying the database client to a stable service_role client, and 5) Forcing fully dynamic rendering to bypass static generation. The error still persists.
Request: Could you please check the underlying serverless function execution logs for this specific route for any crashes, memory/CPU limit issues, or other unhandled exceptions?
v0 Chat for context: https://v0.dev/chat/royrosa-story-com-clone-lz8Xixo9OGk
