Page is missing param in generateStaticParams() when using output: export
Summary The issue at hand is a Runtime Error in a Next.js application using next-intl with static export. The error message indicates that a page is missing a required parameter in the generateStaticParams() function, which is necessary when using the “output: export” config. This error is specifically occurring for a single portfolio dynamic route. Root … Read more