Dashboard Still Shows “Please go to connect to the app first to complete authorization” After Connecting Wallet
📱 App: DID Wallet / DID Application 📂 Feature: Wallet Connection / Authorization 📅 Environment: Mobile 🔗 Related: Authentication / Session / UI State
🧾 Summary: After successfully connecting the DID Wallet to the DID Application, the dashboard still displays the message:
“Please go to connect to the app first to complete authorization” with a Connect button — even though the wallet is already connected and authorized.
🧪 Steps to Reproduce:
- Open the DID Application.
- Connect your DID Wallet (authorization successful).
- Return to the Dashboard section.
- Observe the message displayed at the top.
💥 Actual Result:
- The dashboard continues to display the authorization prompt, as if the wallet is not connected.
- The “Connect” button remains active even though connection is already established.
✅ Expected Result:
- Once the DID Wallet is successfully connected, the authorization message should disappear.
- The dashboard should show connected wallet details (address, DID, balance, etc.).
⚙️ Possible Cause:
- Session or state not updating after authorization.
- The app may not be listening to wallet connection events correctly.
- Cache or token mismatch between DID App and Wallet instance.
🧱 Severity: 🟠 Major (Functional / UX Bug) 🎯 Priority: High 📂 Category: Authentication / State Management