Closed
Description
Not using <base href="~/">
I have the following in the layout:
<script src="~/_framework/blazor.server.js" autostart="false"></script>
<script>
Blazor.start({
configureSignalR: function (builder) {
builder.withUrl("/_blazor");
}
});
</script>
When I navigate off the page, the browser is invoking:
https://www.mydomain.com/relative-path/_blazor/disconnect
instead of
https://www.mydomain.com/_blazor/disconnect
the blazor js client should respect the signalR configured path for all server invocations, not just negotiate and the websocket connection
Metadata
Metadata
Assignees
Labels
The author of this issue needs to respond in order for us to continue investigating this issue.Indicates that the team needs a repro project to continue the investigation on this issueWork that is important, but not critical for the releaseIncludes: Blazor, Razor ComponentsThis issue describes a behavior which is not expected - a bug.Good for newcomers.Indicates that the issues may be a good fit for community to help with. Requires work from eng. team