-
Notifications
You must be signed in to change notification settings - Fork 2k
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
openresty 1.15.8.1 get_request nil value, 1.13.6.2 working good #1576
Comments
Hi, It would be nice to have more information from your environment to help you resolve this. Are you using a formal OpenResty bundle (i.e. not compiling Nginx with ngx_lua yourself)? A likely cause I can think of is that your system's LuaJIT installation overrides OpenResty's LuaJIT. Please run |
@thibaultcha I am using the official docker image, 1.15.8.1-centos
|
@netroby Please provide a minimal example reproducing the issue (e.g. your |
Maybe it helps you: I was getting a similar error (or the same? I don't remember) because I was using ngx.re in init phase. It worked in 1.13 (despite documentation saying that it shouldn't) and stopped in 1.15. |
@Crack Hi, Please see this comment for the existing workarounds to use |
In |
openresty 1.15.8.1 get_request nil value, 1.13.6.2 working good
The text was updated successfully, but these errors were encountered: