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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mailjet-dashboard_does_not_load-2610712-2.patch | 730 bytes | hargobind |
| mixed-content-error.png | 57.83 KB | dhooged |
Comments
Comment #2
hargobindFound 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.
Comment #3
mailjet plugins commentedHello,
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
Comment #4
hargobindWhich "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/ ?
Comment #5
mailjet plugins commentedHello 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
Comment #6
hargobindTested 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!
Comment #7
mailjet plugins commentedComment #8
hargobindLooking 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.
Comment #9
mailjet plugins commented