Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
totobest opened this issue Mar 18, 2024 · 2 comments

Comments

@totobest
Copy link

Tested with

  • airtable 0.12.2
  • App Engine Node runtime 18 and 20

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 totobest changed the title Official Airtable JS Client does not work on App Engine Standard environnent (TypeError: Expected signal to be an instanceof AbortSignal) Official Airtable JS Client does not work on App Engine Standard environment (TypeError: Expected signal to be an instanceof AbortSignal) Mar 18, 2024
@totobest
Copy link
Author

Related to #386

@evanfurniss
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants