Skip to content
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

[NV-2790] Error: empty style element while compiling email template #4257

Open
LetItRock opened this issue Sep 30, 2023 · 6 comments
Open

[NV-2790] Error: empty style element while compiling email template #4257

LetItRock opened this issue Sep 30, 2023 · 6 comments
Labels
bug Something isn't working Hacktoberfest

Comments

@LetItRock
Copy link
Contributor

Reproduction steps

  1. Create a new workflow.
  2. Add the email step to the workflow.
  3. Navigate to the Custom Code editor.
  4. Paste the below template
  5. Trigger the workflow from the "Get Snippet" button
<!DOCTYPE html>
<html>
  <head>
    <title>Some Title</title>
    <style type="text/css"></style>
  </head>
  <body>
    Test
  </body>
</html>

Then after the workflow is triggered this error will be shown in the Execution Details:
image

Definition of done

  • the workflow should be triggered without the errors
@LetItRock LetItRock added bug Something isn't working Hacktoberfest labels Sep 30, 2023
@anshul-kh
Copy link

anshul-kh commented Oct 1, 2023

Hey @LetItRock ! I would like to work on this issue .Please assign the issue to me.

@Akhilbisht798
Copy link
Contributor

@LetItRock, I would like to work on this issue. Can you please assign me so i can get started

@BipulLamsal
Copy link

If this issue is not assigned can i work on it.

@LetItRock
Copy link
Contributor Author

Hey @LetItRock ! I would like to work on this issue .Please assign the issue to me.

this ticket is yours! @anshul-kh 🤝

@LetItRock
Copy link
Contributor Author

thanks, friends @Akhilbisht798 @BipulLamsal 🙌 please take a look into some other tickets out there :) or you can contribute to the project by improving some parts by yourself, for example fixing some typescript or lint comments ;)

@anshul-kh
Copy link

Hi @LetItRock ! I have created the PR . Please review the changes and give me feedback . Thanks for assigning this issue to me . It helped me to explore and learn new things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants