Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

aurawindsurfing's avatar

Algolia on developement env not working

Can anyone think of a reason for algolia PHP client (algolia/algoliasearch-client-php) not working on my local docker and working perfectly in production environment please?

$orders = \App\Order::search('foobar')->get();
dd($orders);

At first, I thought it had to be an async request, but since it works on a production I' bit confused while it shows me an empty set as a result?

0 likes
1 reply

Please or to participate in this conversation.