FAQs
Getting error while triggering a transaction
over 3 years ago by Hafeezul Kareem
I am getting a Network Error
while triggering a transaction. The flow is as follows.
- User login with Smallcase SDK.
- Got the Smallcase Auth token.
- User changes the auth token in the cookies and refreshes the page.
- User clicks on the login button as we already have Smallcase auth token we have initialized the SDK (with the invalid token).
- The initialization fails, so we have asked the user to log in again.
- When the user tries to log in we are going
Network Error
at thetriggerTransaction
method of SDK. Moreover, it's not showing any error info exceptNetwork Error
.
Can you help us to resolve this issue?