Check:
MASTER_KEYexists and has 64 hex characters- the data directory is writable
- the control database file path is correct
Check:
SQLITE_DISCOVERY_PATHpoints to a mounted directory- the directory contains files ending in
.db - the configured project ID exists
Remember:
- import copies the
.dbfile into managed storage - changes should be made through queries or migrations against the managed copy
Check:
- URL is correct
- token is valid
- remote server is reachable from your deployment environment
Check:
- the Dockerfile path is correct
- the exposed port is
3000 /app/datais mounted as persistent storageMASTER_KEYis set