mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #980] Not connecting #688
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#688
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Smurfboi007 on GitHub (Jun 17, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/980
So I got a Windows 10 Pro VM, and after I Uninstallaled the client in Quasar, I can't reconnect it. I've tried using the same build that did work and a couple of new ones, but none of them is working... I am listening on the same port as the client and the connection tap is correct.
@edcdecl commented on GitHub (Jun 20, 2021):
So you uninstalled a client from Quasar and you tried reinstalling it, and after you've reinstalled it, it doesn't give you a connection?
@BurntDog commented on GitHub (Mar 15, 2023):
For anyone New to Quasar having connection issues after confirming Client and Server is set up correctly. Always check your firewall settings to confirm "Quasar Server" isn't being blocked.





Go from this:
To This:
By checking these Firewall settings (Clicking Allow on first run of "Quasar Server" doesn't always work as expected):
To Fix Click on properties of offending rule(s) and Allow if Blocked:
Change to this (Allow and click apply)
I hope this was helpful.
@MaxXor commented on GitHub (Mar 15, 2023):
@BurntDog Thanks!