Database is out of date for storage nodes
Storage provision failed because the database/client is behind storage-node schema. Product: run npx prisma migrate deploy && npx prisma generate, then restart the web server.
Why this happens
New storage-node features deployed without migrate/generate. Similar ops class to Payment ledger is out of sync with the database schema.
Diagnose and fix
1. On the app host: npx prisma migrate deploy && npx prisma generate, then restart web (or recreate the container if that is your process).
2. Retry provisioning (Provision a remote storage server (token + package)).
3. Confirm the web process picked up the new client.
4. See Connect and enable the storage node.