Why my checklist isn't acting correctly?
Frequently asked questions about why a checklist isn't acting correctly.
Last updated
Frequently asked questions about why a checklist isn't acting correctly.
After the widget is added to your website, you still have to identify the logged in user for the checklist to show. Call window.Alvis("identify", "{{YOUR_UNIQUE_USER_ID}}") when a user is authenticated. Make sure to use the user ID when you identify your Intercom users, this helps us link Intercom users to your Checklist users.
For single-page app, whenever the URL or route changes, you need to call window.Alvis("page") for Alvis to check if or which checklist should be shown.
Last updated