Help

Re: TypeError: Ic.createContext is not a function

Solved
Jump to Solution
5794 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 when I run the block this error message is showing. TypeError: Ic.createContext is not a function

1 Solution

Accepted Solutions
Rupert_Hoffsch1
10 - Mercury
10 - Mercury

Airtable support also confirmed that it's fixed

See Solution in Thread

22 Replies 22
Steve_Haysom
8 - Airtable Astronomer
8 - Airtable Astronomer

yes, me too, has just started happening. If you click reload extension anywhere between 1 to 5 or even 6 times, at some point it will load and the error will go away.

TypeError: Ic.createContext is not a function
    at https://static.airtable.com/esbuild/by_sha/a663a18a/br/chunks/chunk-QEFA5Z3H.js:29:2090

 

xroussel
4 - Data Explorer
4 - Data Explorer

Same problem here, I'm working on a new app and this error randomly appears. I need to refresh the app multiple time and sometimes it works ...

Andy_Cloke
8 - Airtable Astronomer
8 - Airtable Astronomer

The same thing has just started happening for me too.

Same here 👋

Tom_Keysers
6 - Interface Innovator
6 - Interface Innovator

Yup, same here since a few days... Super annoying and inconvenient to develop 😕

Have reached out to support who said they're on it

pybanaszak
4 - Data Explorer
4 - Data Explorer

Updating the block-cli by running this command line fixed the issue : 

npm install --global @airtable/blocks-cli

 

Didn't work for me unfortunately

Strange, I still get the error one out of two times when I click on the reload button. Looks like it's a network issue...

Andy_Cloke
8 - Airtable Astronomer
8 - Airtable Astronomer

`npm install --global @airtable/blocks-cli` Did NOT work for me either

Airtable support says they're still on it

Maxim_KM
5 - Automation Enthusiast
5 - Automation Enthusiast

Still the same problem. Half a month and no solution...

 

erichaseltine
4 - Data Explorer
4 - Data Explorer

I've been experiencing this as well, and it seems to have gotten worse in the past day or two

Andy_Cloke
8 - Airtable Astronomer
8 - Airtable Astronomer

Has got worse for me - reloading doesn't fix it, so cannot even develop 😥

I pushed the Airtable support again...

Steve_Haysom
8 - Airtable Astronomer
8 - Airtable Astronomer

Has completely stopped working for me too.

Yes, the same. Only one way now is to release block every time 😅

Olafur_Petursso
5 - Automation Enthusiast
5 - Automation Enthusiast

Same. Only releasing now works.

Nathan_Gupta
5 - Automation Enthusiast
5 - Automation Enthusiast

Not working for me either. Seems like an issue over the last two weeks? Last week, I was developing with no issue.

Good to know that releasing still works--I've been afraid to push a release and ruin a working version. 😅