Azure-Samples / service-fabric-dotnet-quickstart

Service Fabric quickstart .net application sample
MIT License
132 stars 199 forks source link

Voting works locally but not when deployed to azure service fabric #7

Open tkumark opened 6 years ago

tkumark commented 6 years ago

Hi When I deploy locally the app works fine. but when i deploy on azure service fabric the deployment goes through and no error. but when I run the voting application it i get the below error. Can you please help me fix this? image

mikkelhegn commented 6 years ago

@tkumark - Check if Reverse Proxy is enabled in the cluster. The front-end relies on the reverse proxy to connect to the backend. https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reverseproxy#setup-and-configuration

tudorsibiu90 commented 6 years ago

I also experience this exact same issue...