Why do we get portal error of "Tour ended because the next step was not found." at the top of the page after selecting any of the tour options?

Ankit69
Tera Contributor

When choosing any of the tours from the Tours menu option from the Portal Home page, it takes several seconds but then it finally results in an error.

Steps to check:

  1. Go to service portal of instance.
  2. Select Tours.
  3. Select any of the options. 
  4. Choose "Begin Tour".

It will take about 12 seconds (assuming, it's dependent on the environment) but then eventually, there is an error of "Tour ended because the next step was not found." at the top of the page.

Instead of giving error, it must start the guided educational tour of the site. Please help in resolving this urgently.

@Chuck Tomasi @Ankur Bawiskar @Pradeep Sharma @Ishaan Shoor 

8 REPLIES 8

Hi Ankit, 

 

I am also facing similar issues now. 

Did you find out resolution for same? Please share if any, would be really grateful. 

Hi Ankit,

 

Make sure to chose the correct page in "sp_page" field and mark the "skippable " field as "true" for all steps. In case if you have any step which is not configured properly it will be skipped and tour won't be crashed .

 

find_real_file.png

 

 

Saurav11
Kilo Patron
Kilo Patron

hello,

The above error happens generally when the Tour is not able to search for the next record.

So if you have defined the tour on multiple pages then when the step comes where it has to go to a new page you need to manually click on the part which will take it to the new page and then the tour will work accordingly.

Also in you screenshot you action event as click so hopefully your are licking to make it forward other wise if kept idle it will end the tour.

Please mark answer correct/helpful based on Impact

Ankit69
Tera Contributor

Following changes were made, which did not worked:

Implicit checked for the click action event, Action made true and Action Event changed to click and the URL does not seem to be working correctly, so it did not resolved the error.

Even I tried the workaround to modify the URL to add / after ? 

Can you suggest what could be the issue?