AntonShuvaev / elasticsearch4idea

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

elasticsearch Content-Type header [text/plain; charset=UTF-8] is not supported #38

Closed nkajic closed 3 years ago

nkajic commented 3 years ago

Hi @AntonShuvaev

in latest version 1.4.1 i am unable to browse data in Data browser.

However after downgrade to 1.4.0 all works fine.

PhpStorm 2021.2

I resolved this problem by downgrading. Thanks for your plugin. I am writing this ticket just to inform you if someone else is having this problem also.

Thx, N

AntonShuvaev commented 3 years ago

Hi @nkajic,

Does your index name contain _cat substring? I added text / plain content type for requests with path containing_cat for_cat APIs but forget that an index name can contain this substring.

DongchaoXu commented 3 years ago

Hi, @AntonShuvaev, same issue to me with the index name xx_category.

AntonShuvaev commented 3 years ago

@DongchaoXu

Thanks for the details. The fix will be soon.

AntonShuvaev commented 3 years ago

Fixed in 1.4.2