SyncServer.setDoc() was not calling onDocChange, so documents created via setDoc (including payment requests) were only stored in memory and lost on container restart. This caused "Payment request not found" errors after deploys. Now setDoc triggers the same persistence callback as changeDoc. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| migration | ||
| backup-routes.ts | ||
| backup-store.ts | ||
| compute-server.ts | ||
| doc-persistence.ts | ||
| encryption-utils.ts | ||
| sync-server.ts | ||