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.snapshot names "{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