The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello, maybe someone had a similar issue and can give me a hand
After I do Block run on my extension the resulting localhost URL has an expired SSL certificate.
It is my understanding this is a self signed certificate created on the fly when I do Blo...
Hi! Maybe someone over here can point me in the right direction.
I am trying to build a custom extension, but the moment I add the extension airtable.com becomes “not secured” causing CORS issues with my extension.
At the beginning I thought it might...
Hi, I am super new to Airtable scripts and I am stuck with trying to fix this error. It looks like I need to add the topLevelAwait module somewhere, but not sure where.
So far what I did was to install the Hello-World app in my localhost and then rep...
Hi! I am learning to build my first Airtbale apps, I completed the basic tutorials, and now would like to be able to add the ability to read a remote JSON to my app.
First question I have is: The API methods that work within the scripting app will wo...
Hi! I am trying to do what I believe is a simple and common task, but I can’t find a way to do it.
Let’s say I have a table "Expenses" and another one "Income"
I want to bring the data from the Expenses table and the Income table in the same "Page De...
Hello @Justin_Barrett , thanks.
So, this is my understanding and the way I solved it. (it might be wrong, but it worked for me)
When you do block run what the blocks-cli is doing in the background is creating a server in your localhost on port 9000 u...
Sorry Justing but this search is not producing any post with the solution I needed.
https://community.airtable.com/search?q=cors
For anyone else having a similar issue when creating a custom extension you will (probably) need to add a CORS plugin for...
Thanks Justin,
No, the issue is not with Extension URL. The issue has to do with the certificate created when I do block run as described here Self signed certificate expired after "Block run" - #2 by Justin_Barrett
For anyone else having the same is...
So, after much debugging, it looks the switch between https and http happens because of the self-signed certificate used when I do block run
When I check the certificate being used by visiting https://localhost:9000 I see that the certificate is expi...