Solved - Uploading weirdness - AAGfailed: ParseError

I keep getting messages like this in my build process. The portion is outside of my control:
14:58:30.024 AAGfailed: ParseError: Received a malformed response from the API
14:58:30.024 at fetchInternal (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:124423:11)
14:58:30.024 at processTicksAndRejections (node:internal/process/task_queues:96:5)
14:58:30.024 at async fetchResult (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:123594:16)
14:58:30.025 at async doUpload (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:141976:21)
14:58:30.025 at async run (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:141616:26) {
14:58:30.025 text: 'Received a malformed response from the API',
14:58:30.025 notes: [
14:58:30.025 {
14:58:30.025 text: '<!DOCTYPE html>\n' +
14:58:30.025 '<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->\n' +
14:58:30.026 '<!--[if I... (length = 7252)'
14:58:30.026 },
14:58:30.026 { text: 'POST /pages/assets/upload -> 524 ' }
14:58:30.026 ],
14:58:30.026 location: undefined,
14:58:30.026 kind: 'error'
14:58:30.026 } retrying...
14:58:30.024 AAGfailed: ParseError: Received a malformed response from the API
14:58:30.024 at fetchInternal (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:124423:11)
14:58:30.024 at processTicksAndRejections (node:internal/process/task_queues:96:5)
14:58:30.024 at async fetchResult (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:123594:16)
14:58:30.025 at async doUpload (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:141976:21)
14:58:30.025 at async run (/opt/pages/build_tool/js/node_modules/wrangler/wrangler-dist/cli.js:141616:26) {
14:58:30.025 text: 'Received a malformed response from the API',
14:58:30.025 notes: [
14:58:30.025 {
14:58:30.025 text: '<!DOCTYPE html>\n' +
14:58:30.025 '<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->\n' +
14:58:30.026 '<!--[if I... (length = 7252)'
14:58:30.026 },
14:58:30.026 { text: 'POST /pages/assets/upload -> 524 ' }
14:58:30.026 ],
14:58:30.026 location: undefined,
14:58:30.026 kind: 'error'
14:58:30.026 } retrying...
do you know what might be causing this behavior?
1 Reply
bebraw
bebraw16mo ago
it seems fine now so maybe it was some temporary glitch