ShipBit/wingman-ai

Fix client unable to connect to Core running on custom port

Opened this issue · 2 comments

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.

Potentially fixed in the client but needs further testing on Tauri/Windows.

also changed the default port to 49111 on 'develop'