ja-softdevel
ja-softdevel
@bodewig Hello, is there an ETA on this merge? It seems this is causing issues downstream with kong oidc.
@oldium Hello, I git cloned your branch and built it in a Dockerfile along with kong-oidc. I was hoping your changes would resolve the error I keep getting. using Docker:...
> @ja-softdevel - can you list which luarocks plugins you have installed? > > usually, its lua-resty-session, which appears twice and causes the exact problem you are having. FYI: I...
Alrighty! So I added this line to the Dockerfile just after my apt updates but before doing the git clones which removed 4.0.4-1. ``` RUN luarocks remove lua-resty-session --force ```...