therun.gg
therun.gg
### Link to the code that reproduces this issue https://github.com/therungg/next-sitemap-generation-typing-bug ### To Reproduce 1. Create a sitemap as per the docs https://nextjs.org/docs/app/api-reference/functions/generate-sitemaps#example 2. `await` the id in the sitemap function...
Internal Server Error on dynamic routes with %25 in the dynamic param with cacheComponents enabled
### Link to the code that reproduces this issue https://github.com/therungg/next-percentage-cache-bug-repro ### To Reproduce 1. Enable `cacheComponents` in `next.config.ts` 2. Create a dynamic route 2. Start the application with `npm run...
### What? This encodes and re-decodes the path param before throwing an error from `decodeURIComponent`. ### Why? More often than not, the error is thrown when a string given to...