-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime error(ctx.lua): bad argument #2 to 'setmetatable' (nil or table expected) #3171
Comments
Will you add a log in ctx.lua:83 to see what is passed to setmetatable? |
Can you confirm if this change: https://github.com/apache/apisix/pull/3182/files solve your problem? |
Yes, thx. |
@spacewander |
We will get it merged once @membphis is back. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
I had the same error as issue #3079 while debugging my program, and then I fixed the bug with pr #3105, but this error happened.
Environment
The text was updated successfully, but these errors were encountered: