xiangwei

Results 21 comments of xiangwei

Could u please show me ur config.yaml of apisix and conf.yaml of dashboard?

> ```yaml > etcd: > host: > - "http://etcd:2379" > prefix: "/apisix" > timeout: 30 > ``` > ```yaml > etcd: > endpoints: > - "http://etcd:2379" > ``` You might...

update ur schema.json and add clickhouse in dashboard config.yaml ``` yaml plugins: - clickhouse ```

> "Authorization", "Content-Type", Content-Length > "x-offcn-gateway-id", There is something wrong with this json format. Please make sure the json format is OK

> I might try it during Chinese New Year. Should it be treated as an independent plug-in named `limit_rate,` or should it be placed as an attribute in `proxy_control`? You...

Can you show me the result of the command ``` bash curl` "http://127.0.0.1:9180/apisix/admin/routes?page=1&page_size=10" -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X GET ```

Can you set up routing in this format? I have not reproduced your problem, please follow this format to set router. ``` json { "uri": "/status/*", "name": "test1", "methods": [...

Did you check out the error log?

You didn't set the host, but you used the host uri mode. This is strange. Can you set the host?