I host a next.js app on iis server, and any urls with [] (%5B, %5D) return a 404 error which includes the generated js files for any dynamic page
for example there is file at /_next/static/chunks/pages/Category/[category]-someid.js
/_next/static/chunks/pages/Category/%5Bcategory%5D-someid.js net::ERR_ABORTED 404 (Not Found)
This is a similar problem https://github.com/vercel/next.js/issues/54008, but it is with docker not iis.
I am able to get other type of chunk files, just not those dynamic routes chunk with []. how to enable iis accept special characters?
I have set allowDoubleEscaping= true