Skip to content

Fix runtime error for apisix 3.4.1

Kentaro Hayashi requested to merge fix-dependency into main

For apisix 3.4.1, lua-resty-etcd and ext-plugin-proto must be updated to the specific version.

  • ext-lugin-proto 0.6.0
  • lua-resty-etcd 1.10.4

Without this update, it causes the following errors.

init_worker_by_lua error: /usr/local/share/lua/5.1/apisix/plugins/ext-plugin/init.lua:34: module 'A6.ExtraInfo.RespBody' not found:

[error] 15514#76751: *3067 lua entry thread aborted: runtime error: /usr/local/share/lua/5.1/apisix/init.lua:567: attempt to index upvalue 'local_conf' (a nil value)

[error] 13627#59627: *81 [lua] config_etcd.lua:881: failed to fetch data from etcd: /usr/local/share/lua/5.1/apisix/core

Merge request reports