Insights Hub Operator Cockpit - 'Something went wrong. Please try again.' error

2023-02-07T14:10:06Z
Developer Tools

Summary


Details

I have uploaded my application into the Operator Cockpit. I also assigned the CF space and pushed the application in the CF space using the "cf push " command.

The status of the application is showing as "assigned ".

However, I'm getting the 'Something went wrong' error shown below.

How can I solve this issue?

  • app-name: myapp
    • app version: 1.0.0
      • space name: myapp


        Solution

        This error comes when in the cloud foundry (CF) space myapp the application does not have any user-defined environment variables.

        You can check the environment details using the below command.

        cf env appname eg: cf env myapp

        In this case,  you have not used the correct manifest file at the time of app deployment (cf push).

        Please use the current manifest file (which is present in the appbinary.zip file) for app deployment (push)


        Notes

        For any questions or support in this matter, contact us through the support center.

        https://documentation.mindsphere.io/resources/html/operator-cockpit/en-US/107131125771.html

        Notes

        KB Article ID# PL8551312

        Contents

        SummaryDetails

        Associated Components

        Operator Cockpit