Replies: 2 comments
-
did another restart and it came up good closing and deleting |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
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
-
hey all
loving homepage and have a few things running on it which is great, but cant seem to get the service widget running for my npm tile.
i have looked around online a bunch and cant seem to find the right way to suss out the api call or check what the error is
so when the homepage loads, nginx proxy manager displays an "API Error: Internal Error"
and in the inspect console of the page its just a basic 500 error, doesn't give me anything else. its weird as that
container
i have gone into the console for the homepage container and it can ping the nginx container
homepage container logs only show "[2023-10-30T03:28:06.987Z] error: undefined" so im clearly not defining something
homepage config
if i look at the widget setup yaml i think its right. tried with a port and without
if i remove the port (and check the api, the error is 404) - api isnt there
npm api
if i also look at the npm api just on the browser i can see its basic status returning ok, but didnt try proxy-hosts as needs more perms and unsure how to get them
setup
my set up is that i have proxmox running portainer docker with homepage running there, and then another proxmox container running nginxproxymanager. diff local ip's obvs
i used to have npm running alongside homepage, but wanted to ensure all my proxies were always up and pulled it up a level
used to work fine before
i also have hassos running on a vm on proxmox and its entities are appearing fine in the widget for hass, so weird this one isnt - although im assuming thats because of external url to hass
any help would be appreciated - thankyou
versions
homepage: 0.7.4
npm: 2.10.4
Beta Was this translation helpful? Give feedback.
All reactions