Anyone managed to get this working through NuxtHub? #3747
-
|
I deployed the website via NuxtHub and all I see is network errors. https://example.com/_i18n/en/messages.json
I assume the file does not exist on CloudFlare, but I haven't found anywhere in the docs of NuxtHub, nor Vue i18n or Nuxt i18n if there's anything extra needed for CloudFlare deployments to make this working? My deployment on NuxtHub is using Workers, not Pages. Any help is appreciated, I struggled all day with this and couldn't make it work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Can you check if you're still experiencing issues after installing the edge release with |
Beta Was this translation helpful? Give feedback.
Can you check if you're still experiencing issues after installing the edge release with
npm i -D @nuxtjs/i18n@npm:@nuxtjs/i18n-edge? It includes a fix that may resolve that error, otherwise I will need a minimal reproduction to debug your issue.