SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
280 stars 87 forks source link

Fix dev-time server URL (https -> http) #530

Closed theprash closed 1 year ago

theprash commented 1 year ago

Fixes the issue reported by @theimowski in #528

theimowski commented 1 year ago

this works ok locally, just wondering if it has any implications on the Azure side of things? Don't really have a chance to test anymore Azure deployment.

I was wondering why the tests didn't catch the issue, and realised they don't really test HTTP requests against server, so as a quick fix I came up with this: https://github.com/SAFE-Stack/SAFE-template/pull/531

theprash commented 1 year ago

@theimowski launchSettings.json is for dev time only. I've just checked anyway and the Azure deploy still works on Windows and Linux.