Replies: 2 comments 2 replies
-
This error message is not about your internet connection. When you open a uno solution in your IDE, we start a local small http server (referenced as "DevServer") that enables communication between your IDE and your running application (for hot-reload to update the application, hot-design to save changes back to your file system, etc.). The This error message could indicate that the dev-server is not running or is not reachable (firewall?). We will need to get more details to assist you:
|
Beta Was this translation helpful? Give feedback.
-
@dr1rrb Hi David, it started working again and I'm not sure what changed. It just started showing up but now doesn't seem to be giving me the error. If it happens again and I remember, I'll see if I can remember to add some deeper logging to get it for ya. But for now we can close this, thank you for looking into it (also I use Visual Studio 2022). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't have great internet, and I'm getting:
I'm not sure how I like the idea of having uno need to contact the dev server everytime I need to run my debug app. Does that mean I can't work on my app with hot design offline?
If it needs internet every time, may I ask what is all tracked every time I use
window.UseStudio();
?"Man this guy launches this app way too often"
Beta Was this translation helpful? Give feedback.
All reactions