jagerzhang opened a new issue, #9768: URL: https://github.com/apache/apisix/issues/9768
### Description I encountered an error while using APIsix, specifically when attempting to fetch the registry. The error message I received is as follows: ``` 2023/07/02 15:11:15 [error] 55#55: *46051 [lua] init.lua:155: failed to fetch registryfailed to parse domain: failed to parse domain, context: ngx.timer 2023/07/02 15:13:05 [error] 55#55: *101404 [lua] init.lua:155: failed to fetch registryfailed to parse domain: failed to parse domain, context: ngx.timer 2023/07/02 15:13:50 [error] 52#52: *125601 [lua] init.lua:155: failed to fetch registryfailed to parse domain: failed to parse domain, context: ngx.timer 2023/07/02 15:13:55 [error] 52#52: *128298 [lua] init.lua:155: failed to fetch registryfailed to parse domain: failed to parse domain, context: ngx.timer 2023/07/02 15:14:00 [error] 52#52: *131461 [lua] init.lua:155: failed to fetch registryfailed to parse domain: failed to parse domain, context: ngx.timer ``` I'm not sure what might be causing this parsing error. I would like guidance from the APIsix community on how to identify and resolve this issue. I appreciate any assistance or insight the community can provide in resolving this problem. Thank you. ### Environment - APISIX version (run `apisix version`): 2.15 - Operating system (run `uname -a`): docker - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): v3.4.13 - Plugin runner version, for issues related to plugin runners: None -- 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]
