Daniel Roe
Daniel Roe
Ah, serves me right for not reading to end. 😆 I would guess the issue is that you haven't specified the port in the domain. You can get a full...
Reopened - I'll try to have a look later.
Wait, just to be clear - you are using Nuxt 3, right? (This is an old repo we should probably close.)
Could this be related to a Vue upgrade? Would you try pinning Vue to the previous version?
Does this work in the latest release? 🙏
This is likely because without the explicit import, vite doesn't know to optimize the dep. You can manually add it to optimize-deps: https://vitejs.dev/config/dep-optimization-options.html#optimizedeps-include.
Exactly that kind of thing! Note that this requires the end user to have installed the dep. If it is a dependency of your module you would do something like...
this might be worth raising in pinia then - it might be a bug with how pinia handles customRefs
Nuxt Image v2 has been released with a new major version of IPX. it looks like you are still using Nuxt Image v1.
This was a deliberate change and relies on `ofetch>= 1.4.0`. If it's not working with that version, please let me know 🙏 The change in this PR would result in...