-8

Has anyone encountered this error when seeding? I had to comment the namespaces of scout and algolia to make the seeding work. Any ideas?

Here is a screenshot of my code. Here is a screenshot of my error.

Mike
  • 23,542
  • 14
  • 76
  • 87

1 Answers1

0

You need to specify your application ID and API key in config/scout.php file -

https://laravel.com/docs/master/scout#driver-prerequisites

Currently you application ID is set to: "your-application-id", that's why it cannot connect to Algolia.

OMR
  • 11,736
  • 5
  • 20
  • 35
Jan Petr
  • 685
  • 5
  • 11