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
> next dev
- ready started server on 0.0.0.0:3000, url: http://localhost:3000
- event compiled client and server successfully in 118 ms (20 modules)
- wait compiling...
- event compiled client and server successfully in 85 ms (20 modules)
- wait compiling /api/graphql/route (client and server)...
- warn ./node_modules/@whatwg-node/fetch/dist/node-ponyfill.js
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/@whatwg-node/fetch/dist/node-ponyfill.js
./node_modules/graphql-yoga/esm/server.js
./node_modules/graphql-yoga/esm/index.js
./app/api/graphql/route.ts
- warn ./node_modules/@whatwg-node/fetch/dist/node-ponyfill.js
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/@whatwg-node/fetch/dist/node-ponyfill.js
./node_modules/graphql-yoga/esm/server.js
./node_modules/graphql-yoga/esm/index.js
./app/api/graphql/route.ts
- wait compiling /page (client and server)...
- warn ./node_modules/@whatwg-node/fetch/dist/node-ponyfill.js
Critical dependency: the request of a dependency is an expression
Import trace for requested module:
./node_modules/@whatwg-node/fetch/dist/node-ponyfill.js
./node_modules/graphql-yoga/esm/server.js
./node_modules/graphql-yoga/esm/index.js
./app/api/graphql/route.ts
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi 👋
When I start your example in examples/nextjs-app I get this errors:
Import trace for requested module:...... (see terminal output below)
I think it has something to do with the new nextjs app directory from next 13.
is there already a fix?
Thanks 🙏
Steps to reproduce:
terminal output:
Beta Was this translation helpful? Give feedback.
All reactions