You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same issue. If I downgrade to Scout v10.8.5, then the error disappears. This is probably caused by #820 (the only change from v10.8.5 to v10.8.6 according to changelog)
Scout Version
10.8.6
Scout Driver
Typesense
Laravel Version
11
PHP Version
8.3.6
Database Driver & Version
No response
SDK Version
No response
Meilisearch CLI Version
4.9.2
Description
When try to index any model and the collection (for that model) already exists, it can't add any other item to it.
Here an example of the error message when launching queues:
Error is not present on previous 10.8.5 version
Steps To Reproduce
composer require laravel/scout
composer require typesense/typesense-php
User::factory(2)->create();
The text was updated successfully, but these errors were encountered: