Tag: build
-
NextJS: GraphQL causing build errors but working locally
0 I recently refactored some parts of my project that was outdated. As a part of that refactoring I updated our queries and types. Now I’m suddenly getting 404 errors indicating there is something wrong with my query. It runs fine and builds without errors locally, but crashes every time I push. It’s fetching from…