Open smedic opened 1 year ago
auth0 = await createAuth0Client(Auth0ClientOptions( domain: Config.auth0Domain, client_id: Config.auth0ClientIdWeb, ));
Applications hangs at this creation without any warning or issue. Any idea why? Just stuck there.
Applications hangs at this creation without any warning or issue. Any idea why? Just stuck there.