Next.js Discord

Discord Forum

Deployment to Vercel error: Provided export path doesn't match page

Unanswered
Havana posted this in #help-forum
Open in Discord
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:
export async function generateStaticParams() {
  return languages.map((lng) => ({ lng }))
}


Can anyone help me with this error?

0 Replies