Skip to main content

Error in block release "The base could not be found"

  • October 12, 2020
  • 1 reply
  • 0 views

Hello everyone, I’m new here. I got an error after I issued the command: block release

:x: Error: :x: The base could not be found. Make sure you have access to the base in which this block was created.

I have a Creator permission to the base. No problem encountered during development after “block run” command is issued. The custom app can successfully create a new table during testing. But when I issued the command “block release”, the error occurred. Is there anything I missed?

block --version
0.0.59

node --version
v12.18.3

npm --version
6.14.6

Thank you in advanced.

  • New Participant
  • October 13, 2020

I got it working!

“To block release, you must have a valid Airtable API key configured. Use block set-api-key to update it.”

source: https://www.npmjs.com/package/@airtable/blocks-cli


Reply