Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred during query execution:\nConnectorError #4

Open
jesstelford opened this issue Feb 2, 2022 · 0 comments
Open

Error occurred during query execution:\nConnectorError #4

jesstelford opened this issue Feb 2, 2022 · 0 comments

Comments

@jesstelford
Copy link

Currently unable to query for allBlogPosts:

query {
  viewer {
    allBlogPosts(first: 10) {
      edges {
        node {
          id
          title
          content
        }
      }
    }
  }
}

Results in the following error:

"Error occurred during query execution:\nConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Error { kind: Db, cause: Some(DbError { severity: \"ERROR\", parsed_severity: Some(Error), code: SqlState(\"42P01\"), message: \"relation \\\"public.BlogPost\\\" does not exist\", detail: None, hint: None, position: Some(Original(164)), where_: None, schema: None, table: None, column: None, datatype: None, constraint: None, file: Some(\"parse_relation.c\"), line: Some(1173), routine: Some(\"parserOpenTable\") }) }) })

It's happening on both the "Relay" and "Simple" apis:

This error is breaking the Next.js with-apollo and with-relay-modern examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant