I tried to launch Inkdrop app, and app shows below error message.
Error
Unexpected account status
then, I cannot edit notes and logout.
I use inkdrop at my company and network is under proxy. So I set proxy setting to setting.cson.
Till day before yesterday, Inkdrop app works fine.
is there something setting to avoid this error?
or what does mean this error message?
Info
Platform: (Windows)
Platform version: (10)
App Version: (3.25.4)
Reproduce
Today, I tried to launch app with the non-proxy environment via wifi. and this works fine.
Then I add proxy setting to my config.cson and re-launch Inkdrop app. In this situation the app always shows same error.
Also I try to remve AppData\Roaming\Inkdrop directory and re-generate it by app, but same error is shown.
I asked to network administrator of my company, His reply was that the proxy server is appliance and maybe support TLS1.x.
So, I tested my env with TLS testing tool.
Below Test shows “Your client is using TLS 1.3, the most modern version of the encryption protocol.”, so I concider that the proxy server is also supporting TLS 1.2. https://www.howsmyssl.com
On the other hand, I tried to your test code at here.
OK, thanks for letting me know.
So I suspect that it causes axios@0.19.0-beta.1 which is used in the latest version as I found it would solve the old SSL issue in that topic.
If so, seems like I should revert the version to 0.18.
Since I don’t have a corporate proxy, it’s quite messy to support.