SDK Troubleshooting
Common Issues and Solutions
Invalid API Key Error
ConnectFramework.initialize(api_key="your_api_key_here")ConnectFramework.initialize("your_api_key_here");ConnectFramework.initialize(apiKey: "your_api_key_here")ConnectFramework::initialize("your_api_key_here");
Login Is Not Working or Returning False
OTP Verification Failing
Logout Is Not Working
is_connected() Returns False Even After Login
Analytics Events Are Not Showing Up
Frequently Asked Questions
Can I Use ConnectFramework Without an Email?
Does ConnectFramework Support Multiple Logins at the Same Time?
What Happens if the User Closes the OTP Verification Flow?
How Can I Check if a User Is Already Logged In?
How Do I Debug API Calls Failing in JavaScript?
Does ConnectFramework Have an Offline Mode?
How Do I Reset a User Session Completely?
How Do I Report an Issue with the SDK?
Contact Support
Last updated