Instant Indexing

#921245
  • Andrew
    Rank Math free

    I have been receiving a critical error when trying to update my site and got an error report from WordPress confirming Instant Indexing to be the cause:

    ‘error report in sensitive date’

    I deactivated the plugin and now the issue does seem to be resolved. Can you help configure it correctly so that this doesn’t happen. Thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    We can see an “Invalid JWT” error and it occurs when the server’s clock is not in sync with NTP. Please check the server time, and fix it if it’s incorrect. If you do not know how to do this, please get in touch with your hosting provider.

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Andrew
    Rank Math free

    Thanks, I’ll check it but that doesn’t really make sense to me as if that was the case logically that error would appear with or without Instant Indexing being active. The rest of my plugins are still active and no issue. Anyway, I will check it and get back to you.
    Thanks

    Andrew
    Rank Math free

    Hi
    I received the following response from my host:

    “Please note that all our servers operate on the standard UTC timezone, and this setting cannot be modified.

    However, if you would like to adjust the timezone for your cPanel account, you can do so by navigating to:
    cPanel → Select PHP Version → Options.”

    I would be concerned about changing the timezone innacurately on my cpanel though?

    Thanks and kind regards

    Andrew

    Hello,

    The issue with the “Invalid JWT” error is not related to the timezone itself but rather the server’s internal clock being out of sync with NTP (Network Time Protocol), which affects JWT authentication. Even if your host uses UTC, the server’s clock could still be slightly off.

    We recommend verifying that the server time is accurate through your host or having them check the time synchronization settings.

    Let us know if you need further assistance.

    Andrew
    Rank Math free

    Thanks I’ll check with them again.

    Are you suggesting I also send them these error logs?

    Hello,

    Yes, you can share that log with your hosting. You may also share this ticket conversation we have: https://support.rankmath.com/ticket/instant-indexing-134/?view=all

    Let us know how that goes. Looking forward to helping you.

    Andrew
    Rank Math free

    OK, I’ll share this with my host

    Andrew
    Rank Math free

    Hi
    My host responded as follows:

    “Hello Andrew,

    Apologies for this very delayed response.

    We have checked and the server clock is in sync with all the tasks on the server. Nothing on our end stands out to be causing the error.

    If you encounter any issues do let us know.

    Regards,
    Gloria.”

    Hello,

    You can find this issue by checking the output of the following code:

    $date = date('m/d/Y h:i:s a', time());

    If you output the value of the variable $date on your website you’ll likely notice that it doesn’t match the UTC time. The server administrator might have synced the time but the server is likely losing sync, which can be seen with the code above.

    Since the server loses the time immediately the JWT token that gets sent to Google fails so the error you are getting is coming directly from Google API.

    This is a server issue and unless the server is able to keep the clock in sync with UTC the tokens will constantly fail.

    You can even see people discussing the same error on one of Google API repositories and finding the same conclusion about the syncing of the clock: https://github.com/googleapis/google-cloud-python/issues/3100

    Don’t hesitate to get in touch if you have any other questions.

    Technically this is a bit beyond me, so I don’t know how to do the checks you are referring to. Is this something I should relay to my host in response to their confirmation the clock is syncing?

Viewing 10 replies - 1 through 10 (of 10 total)

You must be logged in to reply to this ticket.