RequestUpdates doesn't persist between logins | Community
Skip to main content

RequestUpdates doesn't persist between logins

  • September 23, 2025
  • 0 replies
  • 0 views

Kevin42

Using JWT Authentication, it would be expected that once a request is marked “read” that it will remain “read”. However, if a user acquired a new JWT, it seems the “read” state of all requests is lost. The user experiences a total reset of the “read” status of all tickets, causing confusion and annoyance.

 

  1. Create a ticket via SDK Channel with JWT authentication
  2. Have an agent respond to the ticket
  3. Get updates for device
  4. View all requests
  5. Refresh JWT (in our case, logout then login of app)
  6. Get updates for device
  7. Notice all previously “read” requests are “unread”

Is there a way to avoid this issue?