i cant get this to go away
in progress
George Jabbour
## Problem Statement
A persistent notification about an expiring connection cannot be dismissed through normal UI actions. The notification remains visible even after using reconnect, refresh, and disconnect/reconnect buttons. The only workaround is repeatedly ignoring it until it eventually disappears, but the underlying "connection expires today" message persists.
## Steps to Reproduce
- Observe the notification about connection expiring
- Click "Reconnect" button - notification persists
- Click "Refresh" button - notification persists
- Click "Disconnect" then "Reconnect" - notification persists
- Notification remains until ignored multiple times
## Expected Behavior
- Reconnect action should clear the expiration notification
- Successfully reconnecting should reset the expiration date
- Notification should be dismissible through provided UI actions
## Actual Behavior
- Notification cannot be cleared through any provided button
- "Connection expires today" message persists after reconnection
- Only goes away after being ignored repeatedly (unclear trigger)
## Acceptance Criteria
- [ ] Reconnect action successfully refreshes the connection and clears notification
- [ ] Connection expiration date updates after successful reconnection
- [ ] Notification has a working dismiss/close action
- [ ] UI accurately reflects current connection status after any action
## Technical Investigation Needed
- Identify which integration/service this connection refers to (OAuth, external API, etc.)
- Check if reconnect action actually refreshes the token/connection server-side
- Verify notification state is properly cleared after successful reconnection
- Review the notification dismissal logic
## Clarification Needed
- What service/integration is this connection for?
- Is there a specific account or integration settings page involved?
## Additional Context
- Screenshot attached showing the persistent notification
- Status: In Progress
- Reporter: George Jabbour (Admin)
- Has 1 existing comment
George Jabbour
marked this post as
in progress