Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Exceptionyii\authclient\ClientErrorResponseException

Request failed with code: 403, message: <?xml version='1.0' encoding='UTF-8'?><errors><error code="415">Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings</error></errors>

$_GET = [
    'r' => 'user/auth/external',
    'authclient' => 'twitter',
];

$_SESSION = [
    '__flash' => [],
    'security-script-src-nonce' => 'WvaxKAn/kEj6JB0jb5IJfpa/',
    'loginRememberMe' => false,
    'humhubContrib\\auth\\twitter\\authclient\\TwitterAuth_twitter_token' => null,
];