Closed vishmi49 closed 7 months ago
Getting the below error
{
"errors": [
{
"message": "Failed to fetch",
"stack": "TypeError: Failed to fetch\n at https://localhost:9443/devportal/site/public/dist/9920.9b2bb8b405df5085d453.bundle.js:2:183754\n at Generator.next (<anonymous>)\n at s (https://localhost:9443/devportal/site/public/dist/9920.9b2bb8b405df5085d453.bundle.js:2:183485)\n at https://localhost:9443/devportal/site/public/dist/9920.9b2bb8b405df5085d453.bundle.js:2:183446\n at new Promise (<anonymous>)\n at r.<computed>.a.<computed> [as next] (https://localhost:9443/devportal/site/public/dist/9920.9b2bb8b405df5085d453.bundle.js:2:183398)\n at https://localhost:9443/devportal/site/public/dist/9920.9b2bb8b405df5085d453.bundle.js:2:149199"
}
]
}
Description
GraphQL invocation does not work with api key headers. Currently custom header support for api-key header feature is implemented only for Rest apis.
And currently in the publisher portal a user can add custom headers for api keys for graphQL and it's not working for graphQL apis.
Therefore the graphQL does not work with default api-keys which is working properly in 4.2.0 version.
API key header input box needs to be hidden for graphQL
Steps to Reproduce
Affected Component
APIM
Version
4.3.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response