I have a static website built with Astro that works fine in my local enviroment and Netlify. After deploying it to Vercel, I am getting the following error for routes containing unicode characters:
500: INTERNAL_SERVER_ERROR
Code: MIDDLEWARE_INVOCATION_FAILED
I tried to troubleshoot by following existing guide but was not able to enable runtime logs in Vercel.
Please let me know if you have any ideas regarding this issue or need any further details.
Configuration Details:
- Framework: Astro 5.7.12
- Using
decodeURI
for unicode conversion in routes