-
Notifications
You must be signed in to change notification settings - Fork 563
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
[Enhanced App] Portainer not showing Container status #1228
Comments
Please check the laravel logfile. Most likely you are missing some PHP-Extension. |
Hello @ChrLau,
Sorry, more details on what is and where it's that Regards, |
Hi, the logfiles should be under: /path/to/your-heimdall-folder/storage/logs. |
So, you mean in at container's level. Ok, I will take a look asap. Regards, |
Hello, [2023-10-28 02:40:57] local.ERROR: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://192.168.***.***:8006/api2/json/nodes/proxmox/status {"exception":"[object] (GuzzleHttp\Exception\RequestException(code: 0): cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://192.168.***.***:8006/api2/json/nodes/proxmox/status at /app/www/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:211) After enabling Skip TLS verification the issue seems to be fixed: Thanks! |
Hello,
I have configured Portainer including the Config section (User/Pass on port 9000), and getting a confirmation:
However, I am not getting any information, while checking the code on
Portainer.php
, it may show the number of Running/Stopped containers:I have tried to follow the
Report Issue
link on the homepage but it seems not working as well.Can you please take a look and confirm if I am missing something?
Regards,
The text was updated successfully, but these errors were encountered: