• The issue with the Mailjet menu and Dashboard pages. I reproduced it on the one old site on a few environments and the fresh empty installation of WP with Mailjet. The latest/6 Docker image was used (https://hub.docker.com/_/wordpress).

    WordPress version: 6.3.1
    Twenty Twenty-Three version: 1.2
    Mailjet for WordPress version: 5.5.0
    Server architecture: Linux 5.15.0-83-generic x86_64
    Web server: Apache/2.4.56 (Debian)
    PHP version: 8.0.30 (Supports 64bit values)
    MySQL Server version: 5.7.42

    Steps to reproduce

    • Click the Mailjet menu item in Dashboard.
    • (/wp-admin/admin.php?page=mailjet_settings_page): “Connect your Mailjet account to get started”. Fill API keys and press the “Connect your account” button.
    • (/wp-admin/admin.php?page=mailjet_dashboard_page): Continue and reach the Mailjet Dashboard page with “My campaigns”, “Subscription form”, “My contact lists” & “Statistics” (You are able to see statistics, so, the account connection is done.)
    • Click to the the Mailjet menu item in Dashboard.
    • You will see “Connect your Mailjet account to get started” again and again. (But you can reach the Mailjet Dashboard page and any other by a direct link.)

    Actual Behavior

    You will see “Connect your Mailjet account to get started” again and again even if you have done the account connection.

    Expected Behavior

    When the account is connected you can see the Mailjet submenu and can get the Mailjet Dashboard page. There is no connection account infinite loop.

Viewing 1 replies (of 1 total)
  • Thread Starter Kostiantyn Petlia

    (@kostiantynpetlia)

    Update

    Emails are not sent.
    The global $phpmailer; returns null in wp_mail() and creates a new instance $phpmailer = new PHPMailer\PHPMailer\PHPMailer( true );

    In DB in the wp_option table, I can see mailjet_apikey & mailjet_apisecret. The MailjetApi::isValidAPICredentials() returns true during debugging.

    • This reply was modified 1 year, 2 months ago by Kostiantyn Petlia. Reason: Adding a bit more info
Viewing 1 replies (of 1 total)
  • The topic ‘Endless request to link an account. Can’t reach the Mailjet Dashboard page.’ is closed to new replies.