-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constantly losing config #82
Comments
Hi, Thanks for reporting this. I will take a look at it. |
Fixed in 2022.2.1 |
This issue still exists with IntelliJ on MacOS. Reported via the IDE Internal Errors interface. com.intellij.diagnostic.PluginException: Cannot init component state (componentName=GlobalElasticsearchConfiguration, componentClass=K) [Plugin: org.elasticsearch4idea] Caused by: java.lang.IllegalArgumentException: Illegal base64 character 7b |
Hi, can you try to restart IDE one more time. After the first start GlobalElasticsearchConfiguration is read in the old way with base64 decoding for backward compatibility. Then plugin will save GlobalElasticsearchConfiguration without base64 encoding and with property |
I was able to resolve the problem by manually removing the previous configurations from that file and then recreating the connections in the interface. Thanks. |
Hey,
Pretty much every time I restart Webstorm i lose almost all configs, I have to reenter all my connection details.
This is incredibly frustrating to build a query and then have it disappear.
Please advise on how to support you with data to get rid of this issue:
WebStorm 2022.1
Elasticsearch Plugin 2022.2.0-221
Having to reenter my connection details also completely purges my request history...
Also having no other option but "delete" here is very counter intuitive:
I should be able to double click and jump to the query instead of having to double click the query in the project view
The text was updated successfully, but these errors were encountered: