A export like
export const dynamic = "force-static";
will block you to get params or searchParams from server side.
Another case is using export: 'static' in next.config.mjs.
export: 'static'