Logo-amall

Hi, I've just pushed a deployment (on the database side) and now all of my calls to `nhost.graphql.request` are returning `null` for data and `{}` for error.

Last active 3 months ago

7 replies

6 views

  • LI

    Hi,
    I've just pushed a deployment (on the database side) and now all of my calls to nhost.graphql.request are returning null for data and {} for error.

  • LI

    happy to provide the nhost team with source access if that'd speed up the recovery to this issue.

  • LI
    const { data, error } = await nhost.graphql.request(`
    query GetConsumer($ID: uuid!) {
      pilot_consumers(where: {ID: {_eq: $ID}}) {
        ID
      }
    }`, "xxxx-xxxx-xxxx-xxxx");
    
    console.log(data, error);
    > null, {}
    
  • LI

    this is not reproducible locally, only in production so I'm assuming it's an infra issue.

  • LI

    also this query has not been changed in a month (as well as the table it's connected too) and this effects all requests.

  • LI

    this is effecting our production instance, pinging for urgency: @Nuno Pato @elitan.

  • NU

    @Linden what is the subdomain of your project?

Last active 3 months ago

7 replies

6 views