You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im getting an error when trying to build this app where the getAuthorizationUrl method is being called with a clientId, organizationId, and redirectUri. The organizationId is being fetched from the environment variable SSO_ENABLED_ORGANIZATION_ID. I don't have any need for this because I'm just testing this out locally. As such the environment variable is not set, it could be the cause of the error. Are there any remedies for this?