-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
HttpClient has empty BaseAddress, even though we are setting it in the configuratio:
| httpClient.BaseAddress = new Uri(builder.HostEnvironment.BaseAddress); |
Setting a breakpoint or logging the builder.HostEnvironment.BaseAddress value does not work, so it's hard to define where the value is getting lost.
Temporary workaround for development:
| private string baseAddress = "http://localhost:5130"; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels