You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the notification section, when the Subscribe button is clicked, the site requests user permission. If the user closes the permission prompt by clicking 'X', an error message stating "permission denied" should be displayed. Currently, instead of showing this error, the subscribe button continues to load indefinitely, even after the API rejection response is received. Additionally, when the Unsubscribe button is clicked, the notification message displayed is not relevant to the action.
To Reproduce
Steps to reproduce the behavior:
Go to 'Notifications'
Click on 'Subscribe'
Close the permission prompt by clicking the 'X' button.
Observe that the error message "permission denied" is not displayed; instead, the subscribe button continues to load.
Click on Unsubscribe and notice that the notification message displayed is not relevant.
Expected behavior
When the permission prompt is closed by the user, an error message saying "permission denied" should be shown.
The Subscribe button should stop loading once the API rejection response is received.
When Unsubscribe is clicked, an appropriate and relevant notification message should be displayed.
Screenshots
Subscribe issue
Irrelevant Notification Message on clicking unsubscribe:
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the notification section, when the Subscribe button is clicked, the site requests user permission. If the user closes the permission prompt by clicking 'X', an error message stating "permission denied" should be displayed. Currently, instead of showing this error, the subscribe button continues to load indefinitely, even after the API rejection response is received. Additionally, when the Unsubscribe button is clicked, the notification message displayed is not relevant to the action.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Subscribe issue
Irrelevant Notification Message on clicking unsubscribe:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: