Login callback is not working on desktop application

Hi, I’m building a desktop application using wails (wails.io), but the callback URL is not working as expected on the specified URL below:
wails://wails.localhost:8080/login/callback

Essentially, right after validating the email via the Auth0 login page (Welcome, Login to xyz to continue to xyz.), I was expecting that it automatically redirects to “wails://wails.localhost:8080/login/callback”, but it hang on “Signing in to Auth0” thus cannot finish auth flow.

Is there any way to resolve this issue any chance?