Fix client unable to connect to Core running on custom port
Opened this issue · 2 comments
Shackless commented
The client should be able to connect to Core running on a port other than 8000. This currently doesn't work because a Tauri exception is thrown before you can reach the /connect page.
Shackless commented
Potentially fixed in the client but needs further testing on Tauri/Windows.
Shackless commented
also changed the default port to 49111 on 'develop'