-
-
Notifications
You must be signed in to change notification settings - Fork 3
[Nuxt] Updating from vue-emai to @vue-email/nuxt breaks email rendering #27
Comments
yes, this is an issue we already know, importing things outside of what we already allow is not gonna work, nuxt works in a different way when the project is built, its one of the draw backs of the SSR solution we made, wil keep this open till we find a solution for that, we currenlty only auto import components that live on the more info: https://vuemail.net/ssr/introduction |
@Flowko Thanks for the swift reply! I was wondering, it works perfectly fine in the same setup using What caused the regression? Did anything change in newer releases of Vue/Nuxt? |
hmm interseting, would you be able to share a reproduction please, i would love to take a look, cus that shouldn't work haha |
Sure thing. Here you go |
@Flowko Did you have a chance to look at the reproduction? This is keeping me from updating my project dependencies. In order to update nuxt / vue I'd have to use a newer version of vue-email and remove all the type imports from my components. So it'd be good to know if you're planning on fixing this any time soon. Thanks! |
@juni0r ah sorry, yes im planning to work on it after i finish my full time project, sorry for the delay 🙏 |
@Flowko I understand you have other priorities right now, but do you think there's a chance this is going to be fixed any time soon? It becomes increasingly difficult to manage project dependecies to accomodate Thank you! |
we just merged a new project rewrite, please do check the docs and the updated logic https://vuemail.net/ |
Hi,
I've recently tried to update my Nuxt app which was using the
vue-email
package and thevue-email/nuxt
module to@vue-mail/nuxt
which I figure is the offical package now according to the docs.However, this breaks rendering of email components, specifically type imports which had been no issue before.
Rendering is done server-side:
This fails with:
The text was updated successfully, but these errors were encountered: