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

The query for some products isn't working #77

Open
GustavoACupula opened this issue Jul 19, 2018 · 1 comment
Open

The query for some products isn't working #77

GustavoACupula opened this issue Jul 19, 2018 · 1 comment

Comments

@GustavoACupula
Copy link

Expected Behavior

The product query should return the Product via Slug of the product "test-acupula-do-not-delete", which is in stock and indexed.

Current Behavior

The product query does not work for the "test-acupula-do-not-delete" slug, returning an error code 400, when I change Slug to another product (slug: curs-photo-accretion-grupa-intensive- radu-grozescu) it works normally and the product registration are similar. It also follows the error message.

graphql-error

Possible Solution

Steps to Reproduce (for bugs)

  1. Using GraphiQL (https://vtexio--fstudio.myvtex.com/_v/[email protected]/graphiql/v1) and placing the query below the error message appears, the errors occurs in product page too
    on the Microdata component.
query Product ($slug: String = "test-acupula-do-not-delete") {
  product(slug: $slug) {
    productId
  }
}

Context

Your Environment

@brunojdo
Copy link
Member

Hi, @GustavoACupula are you still experience this problem?

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

2 participants