-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Bug: React Email Template throws Encoding Error #128
Labels
bug
Something isn't working
Comments
Could you share with me the actual React Email template, not just the function that calls it. |
driaug
changed the title
Error: prisma.email.create
Bug: React Email Template throws Encoding Error
Nov 12, 2024
Here is the code for the React Email template:
I ended up to add this in my code to avoid the error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When sending transactional emails with Plunk, in certain cases, the function fails with this message:
The email does not appear to be sent on Plunk dashboard but I receive it anyway.
I'm using this function with React Email:
Thank you
The text was updated successfully, but these errors were encountered: