Getting `No Pendo API key` configured.
We have App created in pendo for one of SaaS Application, we are using the API key from the APP and using the same API key in our SaaS App.
When we validate using pendo.validateEnvironment() command from our SaaS App.
Though same API key from pendo App is getting loaded in pendo.js, we are getting `No Pendo API key configured. Make sure to call pendo.initialize() with a valid Pendo API key`.
What we are missing here, can can we validate pendo in our SaaS application
0
コメント
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().
サインインしてコメントを残してください。