Next.js multi-lang best practice for a page that aggregates all the pages under one content type

Hi @motmotstudiostudio

Its better to create pages like

/pages/en/products/[uid].tsx and /pages/fr/products/[uid].tsx in order to have localized pages for each locale and send different requests for each locale.

Give this a try, and let me know.

Thanks,
Priyanka