Open bjarnef opened 3 years ago
Currently it has the following settings in launchSettings.json https://github.com/vendrhub/vendr-demo-store/blob/v2/netcore/main/src/Vendr.DemoStore.Web/Properties/launchSettings.json#L19-L27
launchSettings.json
However it seems it should match the project name: https://stackoverflow.com/a/55886030/1693918
On my machine it start http://localhost:44322 but ngrok it configured to connect to localhost:61191 https://github.com/vendrhub/vendr-demo-store/blob/v2/netcore/main/ngrok.bat
localhost:61191
Currently it has the following settings in
launchSettings.json
https://github.com/vendrhub/vendr-demo-store/blob/v2/netcore/main/src/Vendr.DemoStore.Web/Properties/launchSettings.json#L19-L27However it seems it should match the project name: https://stackoverflow.com/a/55886030/1693918
On my machine it start http://localhost:44322 but ngrok it configured to connect to
localhost:61191
https://github.com/vendrhub/vendr-demo-store/blob/v2/netcore/main/ngrok.bat