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 started with the normal application setup flow and choose SPA React but when I came to step 4 where we test this sample app, I wasted hours because when I clicked on login, it would say not authorised. It's only after looking at the doc I learn I need to set the authentication method to none. So, long story short, the flow is broken. This missing step either needs to be part of the onboarding where it mentions the local host redirects being added or it should be added in the read me here.
I also noticed the docs referring to using npm and yet its yarn in the project.
Describe the ideal solution
Update readme with other essential steps to test the demo. Some of those steps are currently mentioned in onboarding and some steps are missing.
Alternatives and current workarounds
To make this demo work, people need to go to the Application, the credentials and set the Authentication Method to None. Only then will this app work.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
I started with the normal application setup flow and choose SPA React but when I came to step 4 where we test this sample app, I wasted hours because when I clicked on login, it would say not authorised. It's only after looking at the doc I learn I need to set the authentication method to none. So, long story short, the flow is broken. This missing step either needs to be part of the onboarding where it mentions the local host redirects being added or it should be added in the read me here.
I also noticed the docs referring to using npm and yet its yarn in the project.
Describe the ideal solution
Update readme with other essential steps to test the demo. Some of those steps are currently mentioned in onboarding and some steps are missing.
Alternatives and current workarounds
To make this demo work, people need to go to the Application, the credentials and set the Authentication Method to None. Only then will this app work.
Additional context
No response
The text was updated successfully, but these errors were encountered: