Replies: 1 comment 1 reply
-
Huh, I forgot to enable the API integration, now it works correctly, but still - for future references, how do I debug the issues? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added portainer app and even though the access test says "Successfully communicated with the API", I'm not seeing any stats in the icon.
I edited the
www/.env
file and set theAPP_DEBUG=true
, then restarted the heimdall container, but no additional logs show up.I only see the following
.log
files:Now, the
./config/log/nginx/error.log
is empty,./config/log/nginx/access.log
contains only access into to the heimdall page itself,config/log/php/error.log
saysready to handle connections
and nothing else, and lastly, thelaravel-2023-03-18.log
ends on log related to the app installation:How can I debug the actual API calls made by heimdall?
Beta Was this translation helpful? Give feedback.
All reactions