-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Description
Version
3.0.0
Node and OS info
Node v8.11.3 / npm 6.3 / Ubuntu 18.04,
Steps to reproduce
The following error occurred when i launch the vue ui from command prompt.
What is expected?
Vue Client UI to launch
What is actually happening?
The following error shows in the browser console.
GraphQL error: Cannot return null for non-nullable field Project.name.
vue-apollo.js:58 [{…}]0: {message: "Cannot return null for non-nullable field Project.name.", locations: Array(1), path: Array(2), extensions: {…}}length: 1__proto__: Array(0)
LocaleLoader.vue:31 [UI] Locale en updated with new strings
Uncaught (in promise) Error: GraphQL error: Cannot return null for non-nullable field Project.name.
at new t (ApolloError.js:43)
at QueryManager.js:377
at QueryManager.js:809
at Array.forEach ()
at QueryManager.js:808
at Map.forEach ()
at e.broadcastQueries (QueryManager.js:801)
at Object.next (QueryManager.js:849)
at m (Observable.js:126)
at y (Observable.js:161)