Closed vosamoilenko closed 10 months ago
I have the same error on this stackblitz: https://stackblitz.com/edit/github-usvs6j?file=nuxt.config.ts
/api/email
if you can both upgrade to 0.8.8
, clean node_modules and lock files please
@vosamoilenko please use stackblitz for code, i wont download that file, also
@adrienZ it should resolve the component issue, but also i noticed that you are importing vue-email
components in the test.vue
file, you shouldnt do that, the components of the library are auto imported, also, you will face another issue with the baseUrl
you should only use the base Url if you gonna use it for images
https://stackblitz.com/edit/github-usvs6j-5oeyxy?file=package.json,emails%2Ftest.vue,nuxt.config.ts
i updated the base url and update the img src, will open another issue related to this speciifc image issue
if you can both upgrade to
0.8.8
, clean node_modules and lock files please@vosamoilenko please use stackblitz for code, i wont download that file, also @adrienZ it should resolve the component issue, but also i noticed that you are importing
vue-email
components in thetest.vue
file, you shouldnt do that, the components of the library are auto imported, also, you will face another issue with thebaseUrl
you should only use the base Url if you gonna use it for imageshttps://stackblitz.com/edit/github-usvs6j-5oeyxy?file=package.json,emails%2Ftest.vue,nuxt.config.ts
i updated the base url and update the img src, will open another issue related to this speciifc image issue
upgrading and removing imports from vue-email
fixed it, thanks @Flowko !
@Flowko Hi. First, thank you for your work on this module!
I'm looking into a similar issue and it has not been solved by upgrading to 0.8.8
.
I'm also seeing that the stackblitz linked above still has the same error, even with the updated version. (If that link isn't adequate I can look into creating a separate stackblitz soon)
Could you please advise? Thanks in advance
Environment
Package deps
Issue description
The vue-email/nuxt works great when I'm running
pnpm dev
. As soon I dopnpm build && pnpm start
I see the error in console:Minimal repo is attached for repro. vue-email-repro-missing-component.zip