debugging

This commit is contained in:
Chris Troutner
2021-03-11 08:44:24 -08:00
parent 5650afb22f
commit 8de2e9e10b
+2
View File
@@ -177,6 +177,8 @@ function decodeError (err) {
// Handle 429 errors thrown by nginx
if (err.error) {
console.log('decodeError: err: ', err)
if (err.error.includes('429 Too Many Requests')) {
const internalMsg = '429 error thrown by nginx caught by route-utils.js/decodeError()'
console.error(internalMsg)