Hi,

While the Drupal Mailjet Dashboard's iframe correctly references the https://app.mailjet.stats url, a call is still attempted to be made to a non secure url:http://app.mailjet.com/stats?xxx

This of course is blocked, and the dashboard never loads.
Users are left with a blank page.

D.

Comments

dhooged created an issue. See original summary.

hargobind’s picture

Version: 7.x-2.5 » 7.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new730 bytes

Found the source of this, and it's caused by an oddly-configured redirect on the Mailjet website. There's an extra slash at the end of the URL. Here's a patch against the 7.x-2.x branch.

mailjet plugins’s picture

Hello,

The dashboard statistics is loaded. Please confirm that this is displayed on your end too. @hargobind. we already remove the slash in our latest version.

Regards,

Mailjet team

hargobind’s picture

Which "latest version" are you talking about? I checked all branches in your repo, and all of them are missing the patch that I included in #2.

Or are you saying that you fixed the issue at https://app.mailjet.com/ ?

mailjet plugins’s picture

Hello hargobind,

Thank you for your feedback.

We just released a version which remove the slash (even if the change was handled previously by app.mailjet.com). We have also rename the previous branches so please download our latest version.

Regards,

Mailjet team

hargobind’s picture

Status: Needs review » Reviewed & tested by the community

Tested and looking good. And good job on cleaning up the branches.

If you feel like my patch helped you resolved this issue, could you please give me credit in the commit message? Here's an article on how to do that:
https://www.drupal.org/node/52287

Thanks!

mailjet plugins’s picture

hargobind’s picture

Looking at the latest release, I see that this change was made. If you consider the matter resolved, please change the Issue Status to "Fixed". There is a link in the "Issue Metadata" section of this page that discusses the different statuses.

mailjet plugins’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.