guliuliu1 commented on issue #11178: URL: https://github.com/apache/apisix/issues/11178#issuecomment-2068871735
> I can't find exception from access_stream.log . Can you provide apisix running log ? Or Can you try get http://10.8.9.84:9180/apisix/admin/stream_routes is right config when proxy return 500? It can be obtained normally, and there are no other related logs. ``` curl --location 'http://10.8.9.84:9180/apisix/admin/stream_routes/' \ --header 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f2' \ --data '' { "list": [ { "createdIndex": 85, "value": { "server_addr": "10.8.9.84", "upstream": { "nodes": { "10.8.9.63:8080": 1 }, "hash_on": "vars", "type": "roundrobin", "scheme": "http", "pass_host": "pass" }, "server_port": 9393, "id": "stream-route-mysql", "update_time": 1713773748, "create_time": 1713747005 }, "modifiedIndex": 133, "key": "/apisix/stream_routes/stream-route-mysql" } ], "total": 1 } ``` -- 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]
