AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

No result window after update to PhpStorm 2021.2.1 #44

Closed SosthenG closed 3 years ago

SosthenG commented 3 years ago

Hello,

I'm having a strange bug: I don't see any result for my queries after updating my phpstorm to 2021.2.1 (on linux, using manual archive downloaded from jetbrains).

My saved cluster are there, I can open a REST console but when I launch any request, I can see the "Performing request" loader at the bottom of the IDE, but after that I don't see the result anymore: it uses to split the window in half, left for the query and right for the results before I updated I think.

It's the same for everything, trying to show cluster stats, health or anything gives me an empty window. I don't even have the editor config icon on the right (see attached capture). Nothing in the result view

Launching the same request with curl or the phpstorm internal http client works fine, so the issue is not coming from my cluster. I tried to uninstall and reinstall the plugin, remove and re-add my cluster, still happening. I don't see anything in the PhpStorm logs when using the plugin.

Thanks!

AntonShuvaev commented 3 years ago

Hi,

Could you try on the new version 1.5.1?

SosthenG commented 3 years ago

Yes it solved the issue, thank you!