When l run grant l am having this warning. l tried force to continue the probelm persist

Running “couch-push:localhost” (couch-push) task
Get revisions http://localhost:5984/medic…>> 500 { error: ‘internal_server_error’,

reason: ‘No DB shards could be opened.’,
ref: 318115257 }
[object Object]
Warning: Task “couch-push:localhost” failed. Use --force to continue.

Aborted due to warnings.

1 Like

It looks like your CouchDB instance isn’t running correctly. You can check by accessing it directly using the URL set in your COUCH_URL environment variable. If it’s not working try restarting it and check the CouchDB logs for more information.

1 Like