You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Nancy Metrics Adapter I have two different behaviors when I want to visualize the graph (http://localhost:2082):
On one computer it runs properly, on another computer, the same executable gives me an error 503. Are there specific files that need to be moved as well? or could it be a permission problem?
The port 2082 is authorized on both computers with: netsh http add urlacl url=http://+:2082/ user=Everyone
When using the Nancy Metrics Adapter I have two different behaviors when I want to visualize the graph (http://localhost:2082):
On one computer it runs properly, on another computer, the same executable gives me an error 503. Are there specific files that need to be moved as well? or could it be a permission problem?
The port 2082 is authorized on both computers with: netsh http add urlacl url=http://+:2082/ user=Everyone
This is the code I used:
The text was updated successfully, but these errors were encountered: