7 months ago
I need help to solve a problem, what happens is that a url stopped working and it gives me the following message in the logs, Access denied, please contact the support area.
4 Replies
7 months ago
https://server-zelery-production.up.railway.app/api/v1/notificaciones
It returns the following: {
amount: 5000,
gateway_id: 1,
title: 'nueva orden ',
description: 'Prueba creando una orden',
currency_id: 1,
customer: { email: 'prueba1@usuarios.com', name: 'Miguel Acevedo' },
success_url: 'https://zelery-url.netlify.app/#/success';,
failure_url: 'https://zelery-url.netlify.app/#/cancel';
}
singedObject {
amount: 5000,
gateway_id: 1,
title: 'nueva orden ',
description: 'Prueba creando una orden',
currency_id: 1,
customer: { email: 'prueba1@usuarios.com', name: 'Miguel Acevedo' },
success_url: 'https://zelery-url.netlify.app/#/success';,
failure_url: 'https://zelery-url.netlify.app/#/cancel';,
signature: '2e89ecd1a51dc766b5a140c523a38186079da06ad229f5791bf3bf7ba5fad475'
}
104bbf46-8596-451f-a036-c9d12ca81c33
body {
amount: 5000,
gateway_id: 1,
title: 'nueva orden ',
description: 'Prueba creando una orden',
currency_id: 1,
customer: { email: 'prueba1@usuarios.com', name: 'Miguel Acevedo' },
success_url: 'https://zelery-url.netlify.app/#/success';,
failure_url: 'https://zelery-url.netlify.app/#/cancel';
}
singedObject {
amount: 5000,
gateway_id: 1,
title: 'nueva orden ',
description: 'Prueba creando una orden',
currency_id: 1,
customer: { email: 'prueba1@usuarios.com', name: 'Miguel Acevedo' },
success_url: 'https://zelery-url.netlify.app/#/success';,
failure_url: 'https://zelery-url.netlify.app/#/cancel';,
signature: '03295b53f6d21183d92465debe4e32875c22d599203fb0872aa40396f53be124'
}
c66cc0a6-284e-445e-b23a-c78c701d3b53
Error creating order: {
code: '1000000011',
message: 'Acceso denegado, por favor comuniquese con el area de soporte.'
}
7 months ago
The error is the following: Error creating order: {
code: '1000000011',
message: 'Acceso denegado, por favor comuniquese con el area de soporte.'
}
7 months ago
Sorry but we do not provide support for 3rd party software or application level support.
This access denied error is not from Railway, it is from your own application.
Status changed to Closed brody • 7 months ago