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
Algolia analytics dashboard doesn't recognise user searches because the application doesn't send the X-Algolia-UserToken header when performing searches even when configuring SCOUT_IDENTIFY env var to true.
Steps To Reproduce
Make sure scout.identify configuration is true
Perform some searches with an authenticated user
Check latest requests headers in Algolia dashboard
The text was updated successfully, but these errors were encountered:
I've just run into this issue too. Relevant code is in vendor/laravel/scout/src/EngineManager.phpdefaultAlgoliaHeaders() method but it never gets executed.
Description
Algolia analytics dashboard doesn't recognise user searches because the application doesn't send the
X-Algolia-UserToken
header when performing searches even when configuringSCOUT_IDENTIFY
env var to true.Steps To Reproduce
scout.identify
configuration is trueThe text was updated successfully, but these errors were encountered: