Replies: 6 comments 17 replies
-
We have observed a similar problem and found out that it is (in our case) connected with the usage of UseUrls. I have submitted it to Microsoft under My problem is not connected to Avalonia in any way, but I thought maybe it helps to share my findings. |
Beta Was this translation helpful? Give feedback.
-
I will convert this issue to discussion, as it has a very chance of being caused by Avalonia. |
Beta Was this translation helpful? Give feedback.
-
You can try the 360 browser: https://browser.360.cn/eex/index.html . My Edge and Chrome open the about:blank but the 360 browser can open https://localhost:5001/index.html Or use IIS Express configuaration. |
Beta Was this translation helpful? Give feedback.
-
Still not resolved for me. |
Beta Was this translation helpful? Give feedback.
-
Can this problem be solved in VS? Because I've been having this issue recently as well |
Beta Was this translation helpful? Give feedback.
-
@WAASSTT I feel like this issue is pretty close to being solved. I'm not sure what has changed recently, but in VS 17.11.1 (the latest stable version as of the time of this comment), and with a brand new browser project using Avalonia 11.1.X I can at least launch in the debugger. Breakpoints don't seem to work, but it's a slight improvement from where this issue was a few months ago. My existing Avalonia projects still seem broken, so maybe there is some legacy cruft in my project files or launch settings that it doesn't like. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When attempting to debug a browser showing about:blank appears and then goes away after a while and an error is shown in VS.
Seems like a VS issue but thought I should mention it here in case there's a known solution or workaround.
See https://developercommunity.visualstudio.com/t/Debug-of-Avalonia-WebAssembly-app-fails-/10576821
To Reproduce
Create a new avalonia xplay solution using sorbet new avalonia.xplat
Debug browser peojwct
Expected behavior
Successful debug as with 17.8.4
Environment
Beta Was this translation helpful? Give feedback.
All reactions