wklken commented on issue #9149:
URL: https://github.com/apache/apisix/issues/9149#issuecomment-1550527518

   It turns out one of our custom plugin cause the log
   
   we make a x-ip-restriction, clone the schema of ip-restriction;
   
   if ip-restriction load first, no error log, if x-ip-restriction load first, 
the ip-restriction schema will have `_meta`, log error
   
   ```
   local _M = {
       version = base.version,
       priority = 17662,
       name = "bk-ip-restriction",
       schema = core.table.clone(base.schema),
       check_schema = base.check_schema,
   }
   ```


-- 
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]

Reply via email to