Niklaus Schen
Niklaus Schen
Hi @JCBourne97, version 2.5 has already reached EOL. Please try one of our LTS releases instead.
Hi @shusriva, thanks for your report. Could you provide us with the commands you executed and details about your system environment where the issue occurred? I just tried running `make...
Sorry for the late reply. Could you provide more information about your development environment? Or which operating system and distribution can reproduce this issue? I just ran the commands you...
I also tried it in a Bookworm Debian 12 container, and couldn't reproduce the issue. Have you compared the `$CODE_PROXY` values between the two environments? Is `http_proxy` enabled? The error...
> compose-kong-1 | exec /docker-entrypoint.sh: operation not permitted Hi @lazyjean, could you try running it again as the `root` user?
Hi @tao12345666333 , I'm not familiar with KIC. Do you know how to upgrade Kong in KIC to version 3.8, or when it will be upgraded to 3.8?
The timestamp in the logs isn't always the current time, it might reflect an earlier cached value. If you need the most up-to-date timestamp, you can call `ngx.update_time()` before `ngx.log()`...
Hi @bungle , could you take a look at this issue? thanks.
@jeremyjpj0916 Are you using Kong Enterprise Edition or OSS (Open Source Software)? Because in EE, I seem to see a place where the cache's `purge` method is called.
Hi @witold-gren , you can try to send these requests to the Kong to set up a service and two routes: ``` curl -i -s -X POST http://localhost:8001/services --data name=example_service...