Help Center/ Application Service Mesh/ FAQs/ Adding a Service/ What Should I Do If the Application Data Fails to Be Obtained?
Updated on 2025-05-28 GMT+08:00

What Should I Do If the Application Data Fails to Be Obtained?

Symptom

After a service is added to a mesh, the service is not displayed on the Service List page. A message is displayed indicating that the application data fails to be obtained.

Fault Location

Log in to the ASM console, press F12, and switch to the Network tab to view APIs. Error code 200 is returned for all APIs. The following error information is displayed in the Console output:

TypeError: Cannot read property 'slice' of undefined

Analysis

The service port number is left blank.

Solution

  1. Check the service port.

    kubectl get svc --all-namespaces

  2. Configure a port for the service that does not have a port.