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
I just cloned the project from master, changed my user env.NEXT_PUBLIC_WORDPRESS_URL, when i try to build the project it or to start it displays the following error
type: 'ApolloError',
graphQLErrors: [
{
message: 'GraphQL Request must include at least one of those two parameters: "query" or "queryId"',
extensions: [Object]
}
],
networkError: null
The text was updated successfully, but these errors were encountered:
I just cloned the project from master, changed my user env.NEXT_PUBLIC_WORDPRESS_URL, when i try to build the project it or to start it displays the following error
type: 'ApolloError',
graphQLErrors: [
{
message: 'GraphQL Request must include at least one of those two parameters: "query" or "queryId"',
extensions: [Object]
}
],
networkError: null
The text was updated successfully, but these errors were encountered: