You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Problem:
Currently if there is a JSON parse issue with one of our API responses we throw an error and have no idea of what the raw data is.
ZBD uses AWS and has middleware infra that can return HTML pages with various errors.
Proposed Solution:
It would be nice to have a DEBUG env flag that can be enabled to see the underlying problem in the logs.
Specifically for sendPayment, but would be nice to expand for all endpoints.