vue-email / nuxt

💚 Official Nuxt module for Vue Email. Build email templates with Vue components.
https://vuemail.net/getting-started/nuxt-nitro
MIT License
108 stars 3 forks source link

[deno] The string to be encoded contains characters outside of the Latin1 range. #50

Closed k2s closed 1 month ago

k2s commented 1 month ago

The problem exists when the email template contains non-Latin1 characters and is running under Deno.

This seems to be related to https://github.com/vue-email/compiler/pull/8. I tried it also with @vue-email/nuxt-edge@latest.

I see the compiler will be abandoned. Could you, please, make sure that this type of template will work in https://github.com/vue-email/nuxt/pull/47 ?

My replicable code is based on Nuxt https://github.com/k2s/nuxt-vue-email-problem.

Flowko commented 1 month ago

we just merged a new project rewrite, please do check the docs and the updated logic https://vuemail.net/