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

HTML page is not rendered properly #411

Closed
ganeshannt opened this issue Apr 24, 2022 · 13 comments
Closed

HTML page is not rendered properly #411

ganeshannt opened this issue Apr 24, 2022 · 13 comments

Comments

@ganeshannt
Copy link

The email template is not rendered properly in maildev inbox but the same email template is rendered properly if I ran directly in the browser.

Attached the screenshots for your reference

Maildev screen

not rendered properly1

Email template

rendered properly

@atbostudio
Copy link

atbostudio commented Apr 27, 2022

hello, got same problem after upgrading to from 1.1.1 to 2.0.2.
using nodejs-16.13.1

the only error in browser console is following

item.js:69 
        
       Uncaught TypeError: Cannot read properties of null (reading 'contentDocument')
    at replaceMediaQueries (item.js:69)
    at item.js:51
replaceMediaQueries @ item.js:69
(anonym) @ item.js:51
setTimeout (asynchron)
prepIframe @ item.js:41
(anonym) @ item.js:19
(anonym) @ angular-resource.js:506
D @ angular.js:10689
(anonym) @ angular.js:10775
$eval @ angular.js:11668
$digest @ angular.js:11513
$apply @ angular.js:11774
f @ angular.js:7739
Q @ angular.js:7912
y.onreadystatechange @ angular.js:7868
XMLHttpRequest.send (asynchron)
(anonym) @ angular.js:7883
D @ angular.js:7715
h @ angular.js:7449
D @ angular.js:10689
D @ angular.js:10689
(anonym) @ angular.js:10775
$eval @ angular.js:11668
$digest @ angular.js:11513
$apply @ angular.js:11774
(anonym) @ angular.js:8984
(anonym) @ angular.js:2584
q @ angular.js:300
c @ angular.js:2583

@dablurr
Copy link

dablurr commented Apr 27, 2022

Hey guys,

Having the same issues with the HTML on my end too. Using the latest image from Docker.

@jkolarovic
Copy link

Hi everyone,
Same issue here ! :-)

@Couapy
Copy link

Couapy commented May 9, 2022

Hi everyone ! Same trouble here 😢
Using the maildev/maildev:latest, my mails renderered well on v1.X, but failed rendering on v2.0.2.

@Romakita
Copy link

Hello :)

Same issue using v2.0.2

See you

@Huluti
Copy link

Huluti commented May 12, 2022

Hello! Having the same issue :)

@paxyknox
Copy link

paxyknox commented May 16, 2022

We noticed this issue happens when using swift and smtp but not gmail protocol.

@djfarrelly djfarrelly added the bug label May 17, 2022
@djfarrelly
Copy link
Member

@ganeshannt or anyone else who has experienced the same issue - can you provide steps/code or an email body to reproduce the error? With that we could add it to the test script and fix this one up. Thanks!

@danghieu90
Copy link

same issue #398

@djfarrelly
Copy link
Member

Fixed in https://github.com/maildev/maildev/releases/tag/v2.0.4

@Couapy
Copy link

Couapy commented May 17, 2022

Tested, and it works well !
Thanks you for your work 👍

@ganeshannt
Copy link
Author

Thank you!! ... it is working fine now

@netpedro-com
Copy link

netpedro-com commented Jul 16, 2022

When latest Docker image release will be updated (fixed)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests