NextJS Routing

I'm having trouble with my site accessing certain routes. Locally everything works as expected but once deployed it stops working.

Example of a working route:
https://c4306de2.scardoc-website.pages.dev/docs

Example of a non-working routes:
https://c4306de2.scardoc-website.pages.dev/docs/func/egroup_setdemolitions
https://c4306de2.scardoc-website.pages.dev/docs/enum/aibuildstyle

Anyone knows how I might solve this issue?
Was this page helpful?