Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Use this guide to quickly diagnose invitation failures, permission mismatches, and authentication/session issues.
Triage Flow
Invitation Issues
User stays in invited
Cause: User has not completed initial login and password setup.
Fix:
- Resend invitation.
- Confirm email delivery path and spam filtering.
- Validate account is not deactivated.
Invite created but wrong role/scopes
Cause: Incorrect role selected during creation. Fix:- Open user details.
- Update role and permissions.
- Re-test with a clean session.
Permission Issues
User cannot access a module
Cause: Missingresource:view or resource:manage scope.
Fix:
- Check assigned global scopes.
- Add missing scope.
- Ask user to refresh session/sign in again.
User can open project but cannot modify resources
Cause: Project-level permission isview only.
Fix: Upgrade project permission to manage if justified.
Authentication Issues
Repeated sign-out or session loops
Cause: Access token expiry plus refresh failure. Fix:- Confirm refresh token endpoint health.
- Verify local token storage is intact.
- Clear local session and re-authenticate.
401/403 after role update
Cause: Old token still carries previous claims. Fix: Force logout/login to refresh effective permissions.Operational Best Practices
Keep privileged scopes minimal and time-bound.
Review inactive and invited users on a schedule.
Use explicit project sharing instead of broad global manage scopes.