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 have an error with sails lift
error: Trying to use unknown adapter, "sails-elasticsearch", in model user.
error: Are you sure that adapter is installed in this Sails app?
error: If you wrote a custom adapter with identity="sails-elasticsearch", it should be in this app's adapters directory.
error: Otherwise, if you're trying to use an adapter named sails-elasticsearch, please run npm install sails-elasticsearch@0.11.x
The text was updated successfully, but these errors were encountered:
I follow the documentaton but it is not working
npm install waterline-elasticsearch
Add configuration in th config/connection.js
{
adapter: 'sails-elasticsearch',
hosts: ['http://127.0.0.1:9200'],
keepAlive: false,
sniffOnStart: true,
maxRetries: 10,
deadTimeout: 40000,
sniffOnConnectionFault: true,
apiVersion: '1.3'
},
i have an error with sails lift
error: Trying to use unknown adapter, "sails-elasticsearch", in model
user
.error: Are you sure that adapter is installed in this Sails app?
error: If you wrote a custom adapter with identity="sails-elasticsearch", it should be in this app's adapters directory.
error: Otherwise, if you're trying to use an adapter named
sails-elasticsearch
, please runnpm install sails-elasticsearch@0.11.x
The text was updated successfully, but these errors were encountered: