-
Notifications
You must be signed in to change notification settings - Fork 24
isLoggedIn always false #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
something has to be up with your implementation. have you seen how the demo works? how does your implementation differ? |
@sw-yx Your demo also not working properly: after page reload I lost all my authentication. I'm enter in the URL section link to my service's URL and trying to log in. After successful log in I can see private part. But after page reload I expect to continue see private part, but instead I see login form again. |
yeah thats because i havent updated to use this: #2 should be a simple fix. i'm sorry you're facing so much trouble - as the readme says this is not an official netlify project. even tho i'm a netlify employee i did this in my own time just because i'm a react fan. at this stage in the project's life i need people who can contribute their own bugfixes. that said, i'm currently working on a new demo that uses react netlify identity. so this feedback -is- helpful and i will keep it in mind. i just dont want to promise i can solve your issue straight away esp when i can't see your repo. |
hey @YChebotaev - so it was a simple error - i forgot to set the now if you go to https://netlify-gotrue-in-react.netlify.com/dashboard and login and refresh, it persists. sorry for the bad demo. but thanks for reporting the problem. |
After successfully confirm email with approach described here, I'm trying to log in.
Then, when I enter email and password and invoke
loginUser
with them, I expect toisLoggedIn
to betrue
.But
isLoggedIn
flag always returnsfalse
for me.How I can overcome this obstacle?
The text was updated successfully, but these errors were encountered: