Just tried to open the last HEAT wallet release.
Tried to enter my PIN, and click 'sign in', and it failed:
Error: Internal timeout
I checked the console tools and saw:
WebSocket connection to 'wss://zombies.mofowallet.org:8884/ws/' failed: WebSocket opening handshake was canceled
I think this is related to the recent commit on github:
- this.settings[SettingsService.WEBSOCKET_URL] = 'wss://zombies.mofowallet.org:8884/ws/';
+ this.settings[SettingsService.WEBSOCKET_URL] = 'wss://alpha.heatledger.com:8884/ws/';
So I think the v0.1.1 release is now not functional because of this change.
Just thought I would report this.