You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after login in I recive: Notice: Undefined variable: getOldTokenFromMemory in **location** Fatal error: Call to a member function getRefreshToken() on null in **location**
when i comment out: $refresh = $provider->getAccessToken('refresh_token', [ 'refresh_token' => $getOldTokenFromMemory->getRefreshToken(), ]);
then are $guilds, $connections and $user are empty
anyone knows what I do wrong or a fix?
The text was updated successfully, but these errors were encountered:
after login in I recive:
Notice: Undefined variable: getOldTokenFromMemory in **location** Fatal error: Call to a member function getRefreshToken() on null in **location**
when i comment out:
$refresh = $provider->getAccessToken('refresh_token', [ 'refresh_token' => $getOldTokenFromMemory->getRefreshToken(), ]);
then are $guilds, $connections and $user are empty
anyone knows what I do wrong or a fix?
The text was updated successfully, but these errors were encountered: