loginWithPopup in the React SDK Hangs on a Blank Screen at /authorize/resume
Last Updated:
Overview
Applies To
- Signup flow
- React SDK
- loginWithPopup
Solution
There is a timeout setting that can be configured. It is possible to pass an extended timeout for the popup window in the config options passed to the loginWithPopup() function. The specific property is "timeoutInSeconds" and can be found in this API reference documentation for the SDK.
Setting this value to something greater than 60 seconds, as per the use case, may alleviate the issue.