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
By default, we allow for Mongodb querying. So the following env values are commented out:
SCOUT_DRIVER=typesense
SCOUT_QUEUE=false
But this results in the following error for any request made: Programmer error: Request handler not found for request.
If we uncomment it, the request will work but mongodb search will be broken as it's expecting typesense search. And the user who's kept this commented out wouldn't have typesense setup.
The text was updated successfully, but these errors were encountered:
By default, we allow for Mongodb querying. So the following env values are commented out:
But this results in the following error for any request made:
Programmer error: Request handler not found for request.
If we uncomment it, the request will work but mongodb search will be broken as it's expecting typesense search. And the user who's kept this commented out wouldn't have typesense setup.
The text was updated successfully, but these errors were encountered: