Airtable / airtable.js

Airtable javascript client
MIT License
1.95k stars 395 forks source link

Official Airtable JS Client does not work on App Engine Standard environment (TypeError: Expected signal to be an instanceof AbortSignal) #400

Open totobest opened 4 months ago

totobest commented 4 months ago

Tested with

Project works perfectly locally.

Stacktrace : " at e.c (/workspace/.next/server/chunks/59.js:1:16231)" " at e.eachPage (/workspace/.next/server/chunks/59.js:1:12890)" " at e.h (/workspace/.next/server/chunks/59.js:1:17147)" " at w (/workspace/.next/server/chunks/59.js:1:16950)" " at e.runAction (/workspace/.next/server/chunks/59.js:1:10754)" " at Object.e [as default] (/workspace/.next/server/chunks/59.js:1:21963)" " at Object.G [as default] (/workspace/.next/server/chunks/59.js:30:127610)" " at new Promise ()" " at /workspace/.next/server/chunks/59.js:30:127658" " at new z (/workspace/.next/server/chunks/59.js:30:126212)" " ⨯ TypeError: Expected signal to be an instanceof AbortSignal"

totobest commented 4 months ago

Related to https://github.com/Airtable/airtable.js/issues/386

evanfurniss commented 4 months ago

Seconded that this is broken. Rolled back Next.js to an older version worked, so did using experimental feature to stop server minification, but that's a bad idea.

Awaiting response from Airtable.