Failed to start session: pkce(Auth.AuthError.PKCEFailureReason.invalidPKCEFlowURL)
I am getting an invalidPKCEFlowURL error when trying to login via Google from an iOS app. I am using SwiftUI.
I have verified the following things from my end
- Added the callback url in Google cloud console.
- Supabase redirect URLs is the same in code and in Supabase
- Added scope in Google cloud console
- Verified that Custom URL scheme is set in Xcode properly
In the web application Google login works perfectly fine. The issue is with iOS application.
Following is the method which I call when trying to perform Google SignIn
1 Reply
@supabase Appreciate any help here. Thanks