ASPNetCoreGraphQL icon indicating copy to clipboard operation
ASPNetCoreGraphQL copied to clipboard

Cannot run

Open lucasxyang opened this issue 6 years ago • 1 comments

Hi! I cloned the repo and built it using .Net Core SDK 2.2.106. I use Visual Studio 2017, 15.9.11 on Window Server 2012. The solution builds successfully and I see db populated with records. However when I debug I was directed to localhost:56543 with message "This localhost page can’t be found No webpage was found for the web address: http://localhost:56543/". The port 56543 was found on NHLStats.Api project / Properties / launchSettings.json. I tried to send request using Postman but no luck. I am new to GraphQL and suspect this is an IIS issue. What goes wrong here?

lucasxyang avatar May 28 '19 05:05 lucasxyang

@lucasxyang

You need to switch to NLStats.API image

This will run on port 5000.

StefH avatar Jul 07 '19 08:07 StefH