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
Trying to install/run a serverless app using apollo-server-micro with nextjs.
Actual outcome:
When deploying to now using nextjsand apollo-server-micro v2.8.2, I get this error in apollo-env.
Failed to compile.
./node_modules/apollo-env/lib/polyfills/array.js
Module not found: Can't resolve 'core-js/features/array/flat' in '/tmp/4c43eb70/node_modules/apollo-env/lib/polyfills'
I tried just about every work-around I could find. Here are some other possibly related issues:
Intended outcome:
Trying to install/run a serverless app using apollo-server-micro with nextjs.
Actual outcome:
When deploying to now using nextjsand apollo-server-micro v2.8.2, I get this error in apollo-env.
I tried just about every work-around I could find. Here are some other possibly related issues:
apollographql/apollo-server#2263
#962
How to reproduce the issue:
Here's a snippet of my package.json
if I should be posting this elsewhere, please let me know.
The text was updated successfully, but these errors were encountered: