can someone help me?
I had my next.js application structured like: /app/[locale]/[lang]/**, but then I removed the locale and lang and now I have some issues like this one:
Dynamic server usage: Route /posts couldn't be rendered statically because it used cookies
If I add the locale and lang folders again the errors disappear
I already deleted the .next folder and ran the script again. The error persists...