shreemaan-abhishek commented on issue #10532: URL: https://github.com/apache/apisix/issues/10532#issuecomment-1827468811
I think this error is occuring because apisix is unable to find the installed lua file (and other binary files). As you can see apisix (or rather lua) is trying to find `healthcheck.lua` in these locations: <img width="872" alt="image" src="https://github.com/apache/apisix/assets/61597896/97ce2832-fbff-4663-8a8f-46adf4706e2b"> If you can find the installed lua file and binaries and move them to appropriate location it should work. -- 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]
