Open shivam-880 opened 7 months ago
When I start pouchdb-server, I don't see any data directories either being created on the current directory or on a specified path!
pouchdb-server
This is how I am trying to start the server: https://github.com/pubkey/rxdb/blob/master/examples/react/package.json#L28
Not sure what am I doing wrong here? Exactly what the docs mention!
-d, --dir Where to store database files. (Defaults to /_config/couchdb/database_dir which defaults to the current directory).
I even tried changing the configurations from the web UI but even that doesn't take any effect:
Please suggest.
When I start
pouchdb-server
, I don't see any data directories either being created on the current directory or on a specified path!This is how I am trying to start the server: https://github.com/pubkey/rxdb/blob/master/examples/react/package.json#L28
Not sure what am I doing wrong here? Exactly what the docs mention!
I even tried changing the configurations from the web UI but even that doesn't take any effect:
Please suggest.