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
I have configured an application and updated the configs accordingly. This is the protocol configs of the app I use.
However, when I click on the Sign In button, nothing happens and I see the following log in Stackblitz console.
{message: "There was no refresh token found. Asgardeo doesn't return a refresh token if the refresh token grant is not enabled.",name: "No refresh token found.",code: "SPA-AUTH_HELPER-HR-SE01"}
The following error can be seen in the browser console.
Uncaught(inpromise) TypeError: Cannotreadpropertiesofnull(reading'toString')atS.eval(main.js:2:205363)atGenerator.next(<anonymous>)
at a (main.js:2:191464)
pavinduLakshan
changed the title
No refresh token found error when trying to use React SDK on Stackblitz
Error when trying to use Asgardeo React SDK on Stackblitz
Oct 9, 2024
Describe the issue:
I'm trying to create a demo using the React SDK in Stackblitz Cloud IDE.
https://stackblitz.com/edit/stackblitz-starters-kcgygm?file=src%2Findex.tsx
I have configured an application and updated the configs accordingly. This is the protocol configs of the app I use.
However, when I click on the
Sign In
button, nothing happens and I see the following log in Stackblitz console.The following error can be seen in the browser console.
How to reproduce:
src/index.tsx
Expected behavior:
Should be able to use React SDK on cloud IDEs such as Stackblitz, CodeSandbox etc.
Environment information (Please complete the following information; remove any unnecessary fields) :
Product Version: [e.g., IS 5.10.0, IS 5.9.0]Database: [e.g., MySQL, H2]Userstore: [e.g., LDAP, JDBC]Optional Fields
Related issues:
Suggested labels:
The text was updated successfully, but these errors were encountered: