-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG][Mobile app Android] Stuck in 'Chat already closed. Please start a new chat' #1367
Comments
@bhardwajaditya this seems like a bad bug to me.... we'll want to prioritize this next, after the character dropping bug. Thanks. |
@bhardwajaditya I figured out how to reproduce this issue on mobile.
What happens is that the chat looks like it is open... i.e. the composer is available to type into, but the 'X' is no longer visible. If I type into the composer I get that "Chat already closed. Please start a new chat" message in a banner which has now replaced the composer. When in this state, there is no way at all to get out of it except to delete all the app data on the myViasat mobile app. Can we look at this one next please? Perhaps the bug is just that the 'X' has disappeared, because if it were still visible I might be able to close this chat on the app side and start over. |
Design: When the user navigates away from the webview in mobile, back into the app, and then later comes back to the chat, we want to reload the session every time.
Alternative Design: Monitor specifically for that "Chat already closed. Please start a new chat" message (502 response code) an if we see it in livechat widget code, redirect the visitor to the 'new chat' page.
|
If I let the session timeout on the android mobile app, then I get a message in the space where the composer is that says: 'Chat already closed. Please start a new chat'
However there is no way to start a new chat. No button to push, and navigating away from the widget back into the app, and then back again does not help. Even if I log out of the app, and back in, I'm still stuck. I think I have to delete all app data to get back to a state where I can use the chat again.
The text was updated successfully, but these errors were encountered: