ByteInternet / hypernode-docker

Fast and easy Docker for Magento development
https://community.hypernode.io/hypernode-docker
35 stars 8 forks source link

Mailhog not working? #53

Closed Aquive closed 2 years ago

Aquive commented 2 years ago

See screenshot. Somehow the webinterface of Mailhog is not working/loading as it should. The browser console has also erros.

Error: [$interpolate:noconcat] Error while interpolating: {{preview.previewHTML}}<style id="stylish-14" class="stylish" type="text/css">#jr_overlay {
 display: none;   
}</style>
Strict Contextual Escaping disallows interpolations that concatenate multiple expressions when a trusted value is required

And every time I click any button:

Uncaught SyntaxError: Identifier 'API_PUBLIC_KEY' has already been declared

Is this an issue with the image or a local problem? Any ideas how to fix this?

MailHog

Aquive commented 2 years ago

@vdloo any ideas? Encountering the same problem on a different instance again.

vdloo commented 2 years ago

Hi @Aquive,

I can't reproduce this. I do see a similar broken markup when the page is still loading though:

hog_000

And then when it's finished loading it's fine:

hog2

Are you sure your client is blocking anything and breaking things? Have you tried incognito and with browser extensions disabled?

Aquive commented 2 years ago

I will look into the suggestions you did the next time I'll need mailhog. Thanks.