Replies: 1 comment
-
It is checking the current version of PLA to determine if an update is available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, any idea why this app would fail when I deploy it on kubernetes, only after a create or delete, and only when HTTP_PROXY is not set ?
Network access to my openldap is not at fault here since I can query.
Admin rights are not at fault since the app is working OK when running locally (docker compose) and accessing the same openldap (via port forward).
What is it sending on the public web ?
{"level":"error","ts":1762336724.2080195,"logger":"frankenphp","msg":"PHP Fatal error: Maximum execution time of 30 seconds exceeded in /app/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php on line 44","syslog_level":"err","stacktrace":"github.com/dunglas/frankenphp.go_log\n\t/go/src/app/frankenphp.go:556\n_cgoexp_e55b3cd42bcb_go_log\n\t_cgo_gotypes.go:1740\nruntime.cgocallbackg1\n\t/usr/local/go/src/runtime/cgocall.go:446\nruntime.cgocallbackg\n\t/usr/local/go/src/runtime/cgocall.go:350\nruntime.cgocallback\n\t/usr/local/go/src/runtime/asm_amd64.s:1082"}Beta Was this translation helpful? Give feedback.
All reactions