Skip to main content
Question

Block Submit issue

  • March 16, 2026
  • 1 reply
  • 15 views

Forum|alt.badge.img+1

Hi,

We’ve fixed a bug on our side, but when I tried to resubmit the app “block submit,” I encountered the following error. I was already using CryptoJS previously when listing our app, so I’m not sure what has changed. Could you please advise on what I should do here and help me resolve this issue?
 

block submit
Finding dependencies... done
Packaging... done
node:events:495
      throw er; // Unhandled 'error' event
      ^

Error: ENOENT: no such file or directory, open '/Users/sathishj/Documents/Airtable/airtable-extension/sparrow/(disabled):crypto'
Emitted 'error' event on ReadStream instance at:
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/sathishj/Documents/Airtable/airtable-extension/sparrow/(disabled):crypto'
}

Node.js v18.20.8

​​​​​​​

1 reply

leok
Forum|alt.badge.img+2
  • Participating Frequently
  • March 16, 2026

Hi ​@SathishJ56, hard to say exactly without seeing the full code. If it is not sensitive, could you share it here? If it is private, you can paste it into Claude or ChatGPT and ask them to analyze the error, they should be able to pinpoint the issue pretty quickly.

Leo from UseEfficiently