Hi, I have a web app that upon user sign up, I am expecting product tour to launch.
However, upon sign up, a browser refresh is needed to trigger the product tour.
It's a Next JS app and when I received sign up user data, I have called
Intercom('update', userData)
upon user sign up but I am not able to trigger the product tour unless doing a browser refresh.
I have suspected it's because of throttling, but I have confirmed I was making less than 30 update calls in the flow so it shouldn't be throttling issue.
https://developers.intercom.com/installing-intercom/docs/intercom-javascript#intercomupdate/p>
Can you please help?