This issue has been created
 
 
Guided Tour / cid:jira-generated-image-avatar-3ae9040c-163f-4b0f-a72f-52b1fa054e4e GUIDEDTOUR-21 Open

Deleting a task will break the widget for users with saved progress

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-dc4c0f91-a117-4380-9e25-0d251ab1cdca Brassat Alexandru created this issue on 24/Jul/26 10:48
 
Summary: Deleting a task will break the widget for users with saved progress
Issue Type: cid:jira-generated-image-avatar-3ae9040c-163f-4b0f-a72f-52b1fa054e4e Bug
Assignee: Unassigned
Created: 24/Jul/26 10:48
Priority: cid:jira-generated-image-static-major-6e02c172-a17e-4e97-a5b5-1affc07a6d25 Major
Reporter: Brassat Alexandru
Description:

If a user has saved progress for a task which doesn't exist, then the widget will break with an error.

 

Workaround is to clear the localStorage, to get rid of that non-existent key.

 

Steps to reproduce:

  1. Log in as a user, and skip any task (so the progress is saved in localStorage)
  2. Delete a task
  3. As that same user, the GuidedTour widget is now broken.