Ionic 5 and OktaDev Schematics could not login with Android

Per the image, we could not redirect to the app after logging in. Not sure if we are missing something. Please let me know if you guys have experience with that. Thank you very much.

Versions used:
Ionic 5,
Android,
Capacitor

Did you follow the instructions for Android? Specifically, did you change the custom scheme in android/app/src/main/res/values/strings.xml to use your reverse domain name:

<string name="custom_url_scheme">com.okta.dev-737523</string> 

Yes, we did, we’ve taken the value from the okta. And update the custom scheme as above.