Replies: 2 comments 6 replies
-
Not sure if it helps, but to view my api/home I had to use port :52388 in my browser. 5000 didn't work for me either, but I have a client up and running. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hmm, if you point to http://localhost:52388/api/home, you're probably good to go. If you want to change that to :5000 or any other port, do this:
Sorry about that, my personal settings somehow made it into the release. Typically the port is 5000, not 52388. |
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.
-
Hello,
I have followed the directions and everything seems to be set up correct other than I am unable to access the API webpage. I attempt to visit HTTP://localhost:5000/api/home and the following message appears: "Unable to Connect. This site could be temporarily unavailable or too busy. If you still cannot load the webpage, check the machine's internet connection."
I know the machine has internet. It is the server I have setup Grafana and everything else on.
Also, once I load some test clients into the environment, where or what file are the logs stored? I can see everything within the Grafana dashboard, but haven't been able to find any logs.
Beta Was this translation helpful? Give feedback.
All reactions