dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.37k stars 4.75k forks source link

fail: DevToolsProxy #105881

Open Kebechet opened 3 months ago

Kebechet commented 3 months ago

Is there an existing issue for this?

Describe the bug

I am not able to run standalone Webassembly project. I was testing clear blazor project and there it works. But our project was working as well just recently without any specific change to it's structure.

I have tried to:

and nothing.

Isnt this error connected somehow to Microsoft.AspNetCore.Components.WebAssembly.DevServer package ?

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

[15:15:44] fail: DevToolsProxy[0]
      Failed to load https://localhost:5000/_framework/SatisFIT.Client._Core.wasm (Invalid URI: The hostname could not be parsed.) (stack=   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
         at System.Uri..ctor(String uriString, UriKind uriKind)
         at Microsoft.WebAssembly.Diagnostics.SourceFile..ctor(AssemblyInfo assembly, Int32 id, DocumentHandle docHandle, String documentName, Dictionary`2 sourceLinkMappings)
         at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.Populate()
         at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.FromAssemblyAndPdbData(Stream _stream, AssemblyAndPdbData assemblyAndPdbData)
         at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.LoadInfoFromBytes(MonoProxy monoProxy, SessionId sessionId, AssemblyAndPdbData assemblyAndPdbData, CancellationToken token)
         at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.FromBytes(MonoProxy monoProxy, SessionId sessionId, AssemblyAndPdbData assemblyAndPdbData, ILogger logger, CancellationToken token)
         at Microsoft.WebAssembly.Diagnostics.DebugStore.Load(SessionId id, String[] loaded_files, ExecutionContext context, Boolean useDebuggerProtocol, CancellationToken token)+MoveNext())

.NET Version

dotnet --version

Anything else?

No response

dotnet-policy-service[bot] commented 3 months ago

Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.