-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client bundle not working as intended in cloudflare (only in production) #289
Comments
had the same issue. |
Same issue, any updates? |
Same issue on Netlify. Only with some icons in a modal. |
Same issue, icons only load if they are in clientBundle, both on netlify and cloudflare pages. edit: on netlify, in my case it was actually a caching issue with a wildcard routeRule '/**': { isr: 60 * 5 } |
Is this still an issue? I am deploying to Cloudflare since 1 year, always used nuxt/icon and never had any issue |
Same issue for me on Cloudflare Pages. A reload usually fixes the issue. |
Reproduction: fork this in develop branch https://github.com/mathix420/mathix.dev/tree/develop
Config:
Production logs:
After production deployment, we can see that icons are still fetched after initial load.

Icons missing:

Expected behavior (like local preview):

The text was updated successfully, but these errors were encountered: