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
In a number of scenarios including deployment via AWS Amplify Next.js support the default location for PouchDB database (which I think is whatever the current directory is) isn't writable. It would also be useful for testing, so the databases don't litter the current directory.
It should either be configurable (at least via an environment variable) or default to TMPDIR on Linux and MacOS and TEMP on Windows.
In a number of scenarios including deployment via AWS Amplify Next.js support the default location for PouchDB database (which I think is whatever the current directory is) isn't writable. It would also be useful for testing, so the databases don't litter the current directory.
It should either be configurable (at least via an environment variable) or default to
TMPDIR
on Linux and MacOS andTEMP
on Windows.See
verida-js/packages/client-ts/src/context/engines/verida/database/db-encrypted.ts
Line 59 in 0927f3c
pouchdb/pouchdb#214
https://pouchdb.com/api.html#create_database
The text was updated successfully, but these errors were encountered: