Open johnboiles opened 2 years ago
I am having the same issue! I tried to override the webpack config file to resolve the missing dependencies but it still hasn't worked for me.
I found this article helpful for a work-around idea: https://www.alchemy.com/blog/how-to-polyfill-node-core-modules-in-webpack-5
Hoping maybe someone might catch something I missed...?
Looks like AirTable is now on Webpack v5 which doesn't include the http/https polyfills by default which leads to this error:
But since AirTable doesn't give you access to the webpack config, I'm not sure how to resolve this. Any ideas?
Related issue: https://github.com/Airtable/blocks/issues/27