alleyinteractive / searchpress

Elasticsearch integration for WordPress.
84 stars 12 forks source link

Requests may fail if host setting ends in trailing slash #92

Closed mboynes closed 7 months ago

mboynes commented 7 years ago

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.

danielbachhuber commented 5 years ago

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

mboynes commented 5 years ago

Thanks!