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
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
And it still doesn’t work.
Environment
apisix version 3.10.1
):kubernetes
):