Dec 13, 2024 01:18 PM
When editing a custom Airtable Extension, the process is to select edit on the block, grab the URL/port from AT, run the block locally with block --run, and select "Start Editing Extension." However, the Chrome setting (flag) that used to allow developers to host the app code locally and run it in AT has been removed. (The flag was #allow-insecure-localhost.) This leaves us unable to edit the extension.
Any suggestions for how to get development working again for extensions/blocks?
Dec 14, 2024 04:23 PM
Hi,
In flags, set "Temporarily unexpire M130 flags." to Enabled. Then chrome asks to relaunch, after that localhost flag setting will be visible.
Dec 16, 2024 02:11 AM
Hello @this-sam,
Try Firefox and search for how to set up the same settings(allow-insecure-localhost) on Google.
I think it's working on Firefox. 👍