gymgym1212 commented on PR #2453: URL: https://github.com/apache/apisix-dashboard/pull/2453#issuecomment-1133669596
Hi @Baoyuantop, I'm wondering if the ci error is caused by the dev serveUrlMap https://github.com/apache/apisix-dashboard/blob/227b2000296a2665dd7cac31f8671b1d34672612/web/config/defaultSettings.ts#L34-L37 In my MacBook, I will get this error: ``` [HPM] Error occurred while trying to proxy request /apisix/admin/labels/route from localhost:8000 to http://139.217.190.60 (ETIMEDOUT) (https://nodejs.org/api/errors.html#errors_common_system_errors) [HPM] Error occurred while trying to proxy request /apisix/admin/routes?label=&page=1&page_size=10 from localhost:8000 to http://139.217.190.60 (ETIMEDOUT) (https://nodejs.org/api/errors.html#errors_common_system_errors) ``` And the Route List is always in `loading` state, like below:  Therefore, this may lead to the error that the corresponding element cannot be obtained.  -- 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]
