#Vercel + next-i18next, 404 for translations on revalidate

2 messages · Page 1 of 1 (latest)

viral plinth
#

Getting a bunch of the following once the revalidate interval kicks in, totally breaking the string translations (everything falls back to the slug used with t()):

()_next/data/xymltEMUifKSXEPafA_oY/en/support.json?slug=support:1 Failed to load resource: the server responded with a status of 404 ()

On first load after deploy, and when ISR (revalidate) is disabled entirely, all is fine. The situation does not present locally, neither yarn dev, nor yarn build && yarn start.

viral plinth
#

Anybody familiar with this stack encountered such a thing? It's not practical to have no ISR, so this basically breaks the whole app.