Applenice commented on issue #1944:
URL: 
https://github.com/apache/apisix-dashboard/issues/1944#issuecomment-868556014


   I have also encountered this error, here if the display version information 
will be more friendly and clear.In the console Network can see the response of 
`/apisix/admin/tool/version_match`:
   ```
   {
        "code": 2000001,
        "message": "The manager-api and apache apisix are mismatched.",
        "data": {
                "matched": false,
                "dashboard_version": "2.7",
                "mismatched_nodes": [
                        {
                                "hostname": "XXX",
                                "version": "2.5"
                        }
                ]
        },
        "request_id": "d5102895-a0c7-4913-a2db-ce4baaebc17b"
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to