MrHertal/react-admin-amplify-demo

No current user error

Closed this issue · 1 comments

I've been trying to have this react-admin-amplify working since yesterday, but I'm always getting No current user error. First, I tried with a new project adding the library and following the steps here: https://github.com/MrHertal/react-admin-amplify, but each thing I tried ended up in that error. Then, I decided to clone this project to see what my initial project was missing, but after following all the steps in the readme I got the same error.

I figure it out. The user had status of FORCE_PASSWORD_CHANGE in cognito. It has to be CONFIRMED. It would be nice to add this to the readme since there are some people like me that have not worked with Cognito before.