You’re signed in.
No error message.
No suspension notice.
But certain menu options?
Greyed out.
Unclickable.
This Is Usually Not an Account Problem
If your login works, your credentials are valid.
Disabled menus inside an app are typically controlled by:
- App version compatibility
- Feature rollout stages
- Device-level permission settings
- Cached authorization states
The account may be active.
The interface just hasn’t caught up.
App Version Mismatch Is Common
Web platforms update instantly.
Mobile apps do not.
If your app build is behind the server version,
newly activated features may appear disabled.
Updating the app often restores menu access immediately.
Rollout-Based Feature Control
Some platforms release features gradually.
- Country-based rollout
- Device-type segmentation
- Beta testing groups
If a feature works on another device but not yours,
you may not be in the active rollout group yet.
Quick Diagnostic Check
- Update the app to the latest version
- Log out and log back in
- Clear app cache
- Check if the feature works on web
If it works on web but not in-app,
the issue is almost always interface-layer, not account-level.
Greyed-out menus rarely mean restriction.
They usually mean synchronization delay.