teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.09k stars 142 forks source link

I keep getting weird Exception on Heroku after 24hours #332

Closed thecyrilcril closed 2 years ago

thecyrilcril commented 2 years ago

I am getting this Exception Please install the Algolia client: algolia/algoliasearch-client-php. 24 hours after deploying my app on heroku

stokic commented 2 years ago

Yeah? Well then report it to Algolia :)

Either your config is bad or you are really asking in the wrong package :)

On Thu, 11 Nov 2021 at 17:36, Cyril Fehintoluwa @.***> wrote:

I am getting this Exception Please install the Algolia client: algolia/algoliasearch-client-php. 24 hours after deploying my app on heroku

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/332, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQMGWUGIZHQ2SRRM6GRJKTULPWITANCNFSM5H23Z6AA .

thecyrilcril commented 2 years ago

Yeah? Well then report it to Algolia :) Either your config is bad or you are really asking in the wrong package :) On Thu, 11 Nov 2021 at 17:36, Cyril Fehintoluwa @.***> wrote: I am getting this Exception Please install the Algolia client: algolia/algoliasearch-client-php. 24 hours after deploying my app on heroku — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#332>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQMGWUGIZHQ2SRRM6GRJKTULPWITANCNFSM5H23Z6AA .

Sorry I left out SCOUT_DRIVER=tntsearch in my .env its weird it worked at first.