Troubleshooting guide for frequent errors and how to fix them.
nango migrate-to-zero-yaml
, can I change the folder structure?ZodXX is missing the following properties
errors4.0.5
.
If you have an overrides in your package.json or something that is changing the version of Zod, you will need to remove that.
NB: nango compile
will automatically update your dependencies to the version we use in our CLI.
Token refresh
log operations:error
and error_description
fields may differ by API, but typically include invalid_grant
and mention the token being expired or revoked.404
unknown_connection
secretKey
in the API or SDK is specific to the environment. Make sure you pass the key that corresponds to the environment you are using (e.g., dev vs prod).providerConfigKey
)
Integration ID
exactly.providerConfigKey
matches this ID.Connection ID
.connectionId
(header Connection-Id
when using HTTP, or connectionId
in the SDK) matches exactly.