Impact
At least one user experienced difficulties accessing the platform after mistakenly creating a free trial group. The issue started on UTC-5 24-06-05 13:10 and was reactively discovered 18.9 days (TTD) later by a customer who reported through our help desk [1] that he encountered a modal that blocked access upon attempting to log in. The problem was resolved in 2.2 days (TTF), resulting in a total impact of 21.1 days (TTR) [2].
Cause
A welcome modal was repeatedly displayed due to an assumption that users in trial status who had not completed the welcome tour could trigger an action by clicking Continue. This led to the modal appearing repeatedly for users without the necessary permissions [3].
Solution
A validation was implemented in the corresponding component to ensure that the user has permission to access the group before displaying the welcome modal [4].
Conclusion
Changes were made to make the flow less sequential when updating the welcome tour, aiming to prevent the repeated appearance of the welcome modal. INCOMPLETE_PERSPECTIVE