alleyinteractive / searchpress

Elasticsearch integration for WordPress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requests may fail if host setting ends in trailing slash

mboynes opened this issue · comments

Setting the host as http://localhost:9200/ vs http://localhost:9200 might cause the plugin to not work. This should be sanitized using untrailingslashit() if that's the case.

I ran into this. The specific error was "No handler found for uri"

Thanks!