Sign In with Apple suddently broke

Sign-in with Apple suddently broke in my App.

The button trigger the system Apple sign in modal, I can sign in without errors but then nothing happens on my App. It seems it never goes in the onCompletion.

SignInWithAppleButton(
    .signIn,
    onRequest: { },
    onCompletion: { 
        // Never get called
    } 
)

The button is inside a custom modal.

Sign In with Apple suddently broke
 
 
Q