Before you begin
- You have a Meld API key for the environment in question (sandbox or production)
- You know either the
connectionIdof the failed attempt, or a date range you want to inspect - You are comfortable querying the Meld Activity Log
How to query widget errors
Widget errors are recorded in the Activity Log. Query them by filtering on the actionINSTITUTION_CONNECTION_WIDGET_ERROR:
For the full Activity Log schema and supported query parameters, refer to the API reference.
Widget error subtypes
There are three event types (subtypes) of widget errors. Filter by one or more using theeventTypes query parameter on the Activity Log endpoint.
Common scenarios and fixes
Sandbox vs. productionWidget errors are logged identically in sandbox (
api-sb.meld.io) and production (api.meld.io). Sandbox traffic may produce additional SERVICE_PROVIDER_FAILURE entries that mirror the test behavior of each provider’s sandbox; these are expected and do not indicate a real outage.