You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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
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.
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"
The text was updated successfully, but these errors were encountered: