No Pendo API key configured.
We are using pendo in our app, it is a web app. In few pages when I noticed the below message. But it works fine in some pages. Please let us know if there is some thing wrong in our implementation?
pendo.js:10 No Pendo API key configured. Make sure to call pendo.initialize() with a valid Pendo API key.
0
コメント
Hi, Hitendra-
This message is usually a result of an error in the initialization code. Often, it means that one or more variables being passed to the initialization code is unavailable when you call pendo.initialize(). Check that values exist before calling pendo.initialize().
サインインしてコメントを残してください。