Open alexeypirozhnikov opened 6 years ago
from ApiGee support:
looked into that line in my text editor (line 63). I noticed on that line that it makes a call to $api_products, however that variable is not defined anywhere. Unfortunately, this out of the scope of Apigee Support
so, can anyone please help with this?
so, it was as simple as to declare missing variable:
$api_products = array();
I added above mentioned code but still getting the same error is there any other workaround
In my case I also had callback url of the security scheme empty.
To check:
I still get an error saying Invalid API call as no apiproduct match found even though I got the access token. What could be wrong? If I use the same access token in postman it works fine
Looking into the logs of site I see the following: