Migration › Validate the payload
Validate the payload
b/ss/ calls, now finds nothing, because data goes to the Edge, not the legacy servers. So you validate in two places first: what leaves the browser, and what the Edge does with it. The Debugger shows the exact payload before it departs; Assurance's Edge Trace shows whether the Edge accepted it or dropped it against your schema, and names the field that broke if it did.xdm/data JSON before it leaves. Tip: lock to production and swap in your Dev library to test live, your session only.Validating only in the browser and assuming "it left, so it landed." A payload can leave perfectly clean and still be dropped at the Edge for a schema violation you never see in the network tab.
The payload correct in the Debugger and accepted, not dropped, in Assurance.