Sign-in with apple returns app name as null

Any updates? I am facing the same issue in production when performing Apple login with faceID.

Here are the params that I use to build the redirect url to apple login. Except this issue, everything works like a charm, I only miss this crazy app name.

{
    response_mode: 'form_post',
    response_type: 'code',
    scope: 'name email',
    client_id: apple.clientID,
    redirect_uri: apple.callbackURL,
}

Thanks in advance for any reply