Dynamic Routes (App Router) causing WAF issue
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
In my application, I'm using route groups to define different layouts across pages. This is causing the request URL to look something like 'https://website.com/_next/static/chunks/app/(pages)/(minimal)/layout-0bec4db28bf785ac.js' . The special characters in the url are blocking the file from being load (OWASP rules).
Is there a way I can change these paths on build? or a standard for how to handle this?
Is there a way I can change these paths on build? or a standard for how to handle this?