You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using cidaas-sdk 1.2.4 with a Cidaas Free package.
We observe a problem while doing the login process. The process, from authz-srv/authz to the callback to our service with the tokens is doing fine, but the SDK then spam an error for few seconds before giving up. Here is the stack of urls called :
1 - 5 is the authz redirections to get the requestId and display our custom login screen properly
6 - 7 is the login process, which return correctly a token and userInfo are available after calling the SDK's loginCallback
8 - 15 is cidaas-sdk racing with our SPA router (Svelte spa router) to try to display the error message
after a while, here after 8 requests, the sdk stop pushing the error and everything is otherwise fine and stable : userInfo are accessible via the SDK. If I log userInfo during this race, the SDK return correctly the tokens and user profile.
Do you have an idea why this error is triggered and why it stops after a while ?
Thank you
EDIT : Here is a full error URL with the message :
Hi,
We are using cidaas-sdk 1.2.4 with a Cidaas Free package.
We observe a problem while doing the login process. The process, from authz-srv/authz to the callback to our service with the tokens is doing fine, but the SDK then spam an error for few seconds before giving up. Here is the stack of urls called :
1 - 5 is the authz redirections to get the requestId and display our custom login screen properly
6 - 7 is the login process, which return correctly a token and userInfo are available after calling the SDK's loginCallback
8 - 15 is cidaas-sdk racing with our SPA router (Svelte spa router) to try to display the error message
after a while, here after 8 requests, the sdk stop pushing the error and everything is otherwise fine and stable : userInfo are accessible via the SDK. If I log userInfo during this race, the SDK return correctly the tokens and user profile.
Do you have an idea why this error is triggered and why it stops after a while ?
Thank you
EDIT : Here is a full error URL with the message :
The text was updated successfully, but these errors were encountered: