Page is missing “generateStaticParams()” so it cannot be used with “output: export” config
I met an error on building using output: “export” to generate en static site.
I’m using next 14.0.3
The only possible solution I found here is to downgrade to v13, but is there a better solution now?