Jul 21, 2022 09:28 AM
I’ve been working on a custom Extension (App) using the “Getting started” guide.
The Extension has been working fine, running on my localhost at https://localhost:9000
.
Today, the Extension in the Airtable UI started showing the following message:
{
"error": "FORBIDDEN",
"message": "blockId mismatch. Make sure you are entering development for the correct block."
}
The error message is very clear, but I haven’t changed the blockId
in the remote.json
file. I’ve also tried restarting my local and reloading the UI, but this error persists.
Somehow it seems like the blockId
must have changed, but I’m not clear on how/why or where I would get the new blockId
from.
Any thoughts on how to fix? I’m assuming I could just create a new Extension, but I’d rather get to the root of the problem.
Thanks in advance!
Jan 05, 2023 07:27 AM
I'm having the same issue. Did you figure it out?
Jun 23, 2024 12:02 AM
If you are developing extension then in the extensions tab scroll down you will find the extension you were building, inside that you will find "edit extension" click on it and run block run in terminal of your code and put the localhost url in the popup and start developing again. I hope this helps someone in future 🙂