Skip to main content

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


❌ Error: ❌ 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.

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