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
When the user tries to log in and selects "Use custom domain" in the pop-up window and uses an authUrl like "test.salesforce.com", the flow continues normally but stops before the connected app requests necessary permissions and the window is dismissed before actually logging in.
I implemented the connection with Salesforce using version 10.0.1 of the package and the login using the Connection.authenticate() method like this: Shop.shared.salesforceCredential = try await Shop.shared.salesforceConnection?.authenticate()
The text was updated successfully, but these errors were encountered:
When the user tries to log in and selects "Use custom domain" in the pop-up window and uses an authUrl like "test.salesforce.com", the flow continues normally but stops before the connected app requests necessary permissions and the window is dismissed before actually logging in.
I implemented the connection with Salesforce using version 10.0.1 of the package and the login using the Connection.authenticate() method like this:
Shop.shared.salesforceCredential = try await Shop.shared.salesforceConnection?.authenticate()
The text was updated successfully, but these errors were encountered: