-
Since yesterday I'm having trouble with my testing credentials and testing cards. Whenever I hit my endpoint (served in localhost) I get the following error: error: mercadopagoError [MercadoPagoError]: internal_error
at Request._callback (/Users/ianivhojman/code/sls-payment-checkout-api/node_modules/mercadopago/lib/request-manager.js:344:19)
at Request.self.callback (/Users/ianivhojman/code/sls-payment-checkout-api/node_modules/request/request.js:185:22)
at Request.emit (node:events:527:28)
at Request.<anonymous> (/Users/ianivhojman/code/sls-payment-checkout-api/node_modules/request/request.js:1154:10)
at Request.emit (node:events:527:28)
at IncomingMessage.<anonymous> (/Users/ianivhojman/code/sls-payment-checkout-api/node_modules/request/request.js:1076:12)
at Object.onceWrapper (node:events:641:28)
at IncomingMessage.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1342:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
cause: [],
status: 500,
idempotency: '3edd2b3b-0d60-41ca-8363-0d648924a6a2'
} the same function deployed in either staging or production works fine (with the corresponding credentials). Is mercadopago actually having trouble with their servers for testing or is this on my side? |
Beta Was this translation helpful? Give feedback.
Answered by
icaldana
Dec 1, 2022
Replies: 1 comment 4 replies
-
Hello @ihojmanb! I checked our dashboards and there is no sign of recent instability.
Thank you! |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
icaldana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @ihojmanb!
I checked our dashboards and there is no sign of recent instability.
Thank you!