-
|
Hello, Json files are correctly applied client-side in my nuxt dev environement but once i deploy to Firebase AppHosting (using nitro) the Json are indeed loaded but got never applied to the page (without any error)
Nuxt build show no error: nuxt.config.ts I dont know where to seek. Thanks for any help and for this great library. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, try version v1.103.0. I’ve added a header to the response - not sure if it will help, I suspect the issue is something else. |
Beta Was this translation helpful? Give feedback.
-
|
After further investigation it was on my hand a bad combo of viteCompression + a custom plugin that were doing double compression on static json assets. 😣 |
Beta Was this translation helpful? Give feedback.
After further investigation it was on my hand a bad combo of viteCompression + a custom plugin that were doing double compression on static json assets. 😣
Sorry for the inconvenience. 🙏