You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wrong URL value is being set which is causing the script to err out.
FIX:
Change needed to the extractServiceID function in the apidetail.html file:
Modify this line:
var url = window.location.href
To this:
var url = window.location.href == 'about:srcdoc' ? window.parent.location : window.location
After configuring, unable to get the apidetails page to display properly. It doesn't seem to be able to find my service_id.
The text was updated successfully, but these errors were encountered: