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
Hi there,
I'm trying to build the with-typescript-graphql nextjs example but it fails.
Problem
The problem is in next.config.js during the schema loader process.
Error message at build times
I tried multiple rules sets but they all return the same result:
You may need an additional loader to handle the result of these loaders.
> type X {
| id: ID
| title: String
Import trace for requested module:
./lib/schema.ts
./lib/apollo.ts
./pages/_app.tsx
Hi there,
I'm trying to build the with-typescript-graphql nextjs example but it fails.
Problem
The problem is in next.config.js during the schema loader process.
Error message at build times
I tried multiple rules sets but they all return the same result:
What I tried
I've tried webpack config from your README:
But also :
The rest of config files are exactly the same as the ones as in the README.
If you have any idea where things went south...
Thanks.
The text was updated successfully, but these errors were encountered: