You open the app.
You enter your password.
Login failed.
So you try the website.
And suddenly…
You’re in.
Same account.
Same password.
So why does the app reject you while the website logs you in instantly?
The App And Website Don’t Authenticate The Same Way
This surprises many users.
The website login is handled through your browser session.
The mobile app relies on stored device tokens.
In simple terms, the platform runs two login paths:
- Browser authentication (website)
- Device authentication (mobile app)
If the device token breaks or expires, the app fails — even if your account is perfectly fine.
Why The App Login Breaks While Web Login Works
Most of the time, the account itself isn’t the issue.
The problem sits inside the mobile environment.
- The app stored an expired login token
- The app version is outdated
- Your device triggered a security refresh
- A password reset invalidated old mobile sessions
The website creates a fresh browser session.
The mobile app keeps trying to use the old one.
What Usually Fixes This In Minutes
You rarely need support for this.
Try these quick steps:
- Update the mobile app
- Clear the app cache
- Log out and sign back in
- Reinstall the app if the session persists
Once the mobile token refreshes, the login works again.
If the website login works but the app fails,
your account isn’t blocked.
The mobile authentication session just hasn’t refreshed yet.