zarconike opened a new issue, #11695: URL: https://github.com/apache/apisix/issues/11695
### Description Hello, I installed APISIX version 3.10.0 with Helm. When I try to create a stream_routes (according to the documentation https://apisix.apache.org/docs/apisix/next/stream-proxy/), I get the following message: "error_msg": "stream mode is disabled, can not add stream routes." I've completed all the configuration correctly according to the documentation, but it's still not working. I have already added the following to config.yaml: stream_proxy: # TCP/UDP proxy tcp: # TCP proxy port list - addr: 1935 allow: all deny: 0.0.0.0/0 udp: # UDP proxy port list - 9200 And it still doesn’t work. ### Environment - APISIX version (run `apisix version 3.10.1`): - Operating system (run `kubernetes`): -- 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]
