I am using DescopeFlowView, but when I try to log in or register using WhatsApp or Facebook, I encounter issues.
For WhatsApp, the app is unable to redirect properly.
For Facebook, I receive an error: "Failed to exchange OAuth code."
However, Google and Apple login are working fine. The issue only occurs with WhatsApp and Facebook.
I have also tested the same flow from the Descope dashboard, and it is working correctly. Additionally, I tested it using the deprecated method await Descope.flow.start(options);, and it works there as well.
The issue only occurs when using DescopeFlowView. When navigating through it, WhatsApp and Facebook redirects do not work properly.
I am using DescopeFlowView, but when I try to log in or register using WhatsApp or Facebook, I encounter issues.
For WhatsApp, the app is unable to redirect properly.
For Facebook, I receive an error: "Failed to exchange OAuth code."
However, Google and Apple login are working fine. The issue only occurs with WhatsApp and Facebook.
I have also tested the same flow from the Descope dashboard, and it is working correctly. Additionally, I tested it using the deprecated method await Descope.flow.start(options);, and it works there as well.
The issue only occurs when using DescopeFlowView. When navigating through it, WhatsApp and Facebook redirects do not work properly.