Open RyanBayne opened 3 years ago
This issue needs to be monitored after two complaints that it took a minute to get the login fully working. That complaint could be related to the WP_Error() being returned by the following line...
Function: validate_user_token Line: $result = $this->curl_object->curl_reply;
validate_user_token
$result = $this->curl_object->curl_reply;
My guess would be the expiry of user tokens which should be renewed efficiently. It seems they are renewed but it's not happening as we need.
This issue needs to be monitored after two complaints that it took a minute to get the login fully working. That complaint could be related to the WP_Error() being returned by the following line...
Function:
validate_user_token
Line:$result = $this->curl_object->curl_reply;
My guess would be the expiry of user tokens which should be renewed efficiently. It seems they are renewed but it's not happening as we need.