dbit-xia
dbit-xia
Today, I tested with the container again and found that this problem only occurs when the request is made on the local network!
> thank you for your reply, my OS info: ``` OS: linux mint 20.3 (Una) unused container $ cat /etc/debian_version bullseye/sid $ uname -a Linux xxx 5.14.0-1024-oem #26-Ubuntu SMP Thu...
Today, I tested with the container again and found that this problem only occurs when the request is made on the **local network**!
我改成了ctrl+space 好像没什么问题了
Additionally, the schema.json of apisix-dashboard is too outdated. It is recommended to use the request /v1/schema to obtain the latest data from apisix.
#10945 I encountered it too @kayx23 @sheharyaar Is there any progress on this?
export UV_THREADPOOL_SIZE=1024 Try this variable, it should be solved.
I'm using a custom plugin, outputting logs during the rewrite phase for verification. ``` local core = require("apisix.core") local _M = { version = 0.1, priority = 22000, name =...
The following one request logs: The first line `"max_body_size":1000` is the plugin configuration set in the route. The second line `"max_body_size":2097152` is the plugin configuration set in the consumer. ```...
However, I deleted the `wm-test` plug-in in the consumer, and found that the `wm-test` plug-in in the routing was actually executed twice? run_plugin(): phase= `rewrite` & `rewrite_in_consumer` ``` #route plugin...