DF0072: Snapshot Names Unknown RPC Method
rpc.snapshot names "{method}", but no RPC function is registered under that id — nothing to bake into the static build.
Message
rpc.snapshotnames "{method}", but no RPC function is registered under that id — nothing to bake into the static build.
Cause
A rpc.snapshot entry references a method id the context has no RPC function for, so the static collector has nothing to dump. Typically the id is misspelled, or the service/plugin that registers it isn't installed when the build runs.
Fix
Check the method id, and ensure the service/plugin that registers it is installed (e.g. declared in services) before the build collects the dump.
Source
packages/devframe/src/adapters/build.ts—applySnapshotRpc()reports this when asnapshotentry's method id is missing fromctx.rpc.definitions.