Social Connection With PKCE

Hello, I’m trying to add social connection with MyAnimeList with oauth 2 specification authorization

But I’m stuck even if I manually add code_challenge and verifier in the token url it seem to stop working after the callback with the code and state.

Is it possible to add a custom social login with PKCE ?
I already checked Add Login Using the Authorization Code Flow with PKCE