-
Notifications
You must be signed in to change notification settings - Fork 329
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
System.Net.WebException: Unable to connect to the remote server #54
Comments
The same error on GetAll clicks as well. It tries to perform GET Operation at http://localhost:19081/GettingStartedApplication/StatefulBackendService/api/values?PartitionKind=Int64Range&PartitionKey=-9223372036854775808 I'm not sure where that port "19081" comes into pictures, where the stateful service is listening on some random port. Needs some clarification here! |
It looks like the partition count is 6 for cloud deployment and the key range is all Int64 Line 66 in e5641cb
Shouldn't Line 141 in cf8070e
|
Hi @snpdev, Did you ever solve this problem? I'm trying to get an application up and running and the reverse proxy is not working. I'm following the following article... https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-quickstart-dotnet Thanks. |
Port 19081 is the default reverse proxy port. You need to deploy the sample to a Azure Service Fabric cluster with the reverse proxy feature enabled. More information on the reverse proxy feature of Azure Service Fabric can be found here. |
Thanks. I was trying to get it working in my local development environment using the SDK. I found online that it doesn't work on Windows 7 unfortunately. |
Please assist with this problem I encounter:
On the page http://localhost:8081/Home/Stateful, when I enter a key value paid and click the Add button, a "404 Not Found" is displayed (Figure 1).
The debug output is as follows:
Figure 1
The text was updated successfully, but these errors were encountered: