Skip to main content

APIM Console Error Debugging

DevTools - Check Communication Response​

  • Chrome > Top right "Menu" > More Tools > Developer Tools > Network
  • Check "Log retention"
  • Select [Fetch/XHR]
  • Communication queried when issue is reproduced
  • Select [Name] > select [Response]
  • Providing issue debugging or APIM technical support information

APIM Pod : apim-bff​

  • Check when an error occurs in APIM Console API Management
  • kubectl -n apim-dev logs deploy-apim-bff-xxxxxx-xxxx -f --tail 100

APIM Pod : apim-gateway-manager​

  • Check when an error occurs in APIM Console Gateway Creation Management
  • kubectl -n apim-dev logs deploy-apim-gateway-manager-xxxxxx-xxxx -f --tail 100

APIM Pod : apim-tenant-manager​

  • Check when an error occurs in APIM login and user management console
  • kubectl -n apim-dev logs deploy-apim-tenant-manager-xxxxxx-xxxx -f --tail 100

APIM Pod : apim-developers-portal-backend​

  • Check when an error occurs in the APIM Developer Portal
  • kubectl -n apim-dev logs deploy-apim-developers-portal-backend-xxxxxx-xxxx -f --tail 100

APIM Pod : kong api gateway​

  • Check when an API Gateway error occurs
  • kubectl -n apim-dev logs KONG_POD_NAME -c proxy -f --tail 100