I am surprised to read that, it doesnât support invoking API as it supports creating Apps & getting credentials. I searched all related Apigee docs & thought I missed something to invoke the APIs
Anyway this Portal is very easy to setup compared to full-fledged Drupal Portal.
Meanwhile can you please un-freeze my old drupal portal if possible,
We are also looking for this functionality in the light weight portal. If possible, please post back to this thread if there are any updates on the ETA for this feature.
FYI: The same âUndocumentedâ error âTypeError: Failed to fetchâ may be issued for other reasons.
If you access the lightweight portal APIs via https (default) and your swagger call indicated the âhttpâ scheme. Check Chrome console for message
Mixed Content: The page at âhttps://xxxx..â was loaded over HTTPS, but requested an insecure resource âhttp://xxxxâŚâ. This request has been blocked; the content must be served over HTTPS.
If the Target Server response is 302 (Found / Document moved) - may trigger CORS issues
Any response not a 200 Okay may also be reflected as failed to fetch.