Deployment to Vercel error: Provided export path doesn't match page
Unanswered
Havana posted this in #help-forum
HavanaOP
I deployed my NextJS 13 app to Vercel. I'm using react-i18next as i18n library. You can see my project structure in the attached file.
I'm leveraging the generateStaticParams function:
Can anyone help me with this error?
I'm leveraging the generateStaticParams function:
export async function generateStaticParams() {
return languages.map((lng) => ({ lng }))
}Can anyone help me with this error?