Help

Re: How do I run a existing custom Airtable extension to the base?

325 0
cancel
Showing results for 
Search instead for 
Did you mean: 
billalsgc
4 - Data Explorer
4 - Data Explorer

Hello, I have created a custom Airtable extension. But accidentally  I deleted the extension connection from the Airtable base. So how can I run this extension on an Airtable base? Here is only a single option to add a new extension. There is no option to run the previous extension.
However, if I try to run by localhost:9000 it shows an error

{
  "error": "FORBIDDEN",
  "message": "blockId mismatch. Make sure you are entering development for the correct block."
}

 

2 Replies 2
Jakewilson
4 - Data Explorer
4 - Data Explorer

Create a new custom extension "block", t hen update the blockId property in the remote.json of your project.

Screenshot 2023-08-18 at 9.14.32 AM.png

Screenshot 2023-08-18 at 9.14.20 AM 1.png

Hi @Jakewilson, I seem to have the same issue above. When looking through the directories I have no remote.json file. Can I only get the Id when setting up a new extension?