VirtoCommerce/vc-module-experience-api

open store front http://localhost:2083/en-US/ with vue-starter-theme ,it return errors

six006 opened this issue · 3 comments

when open store front http://localhost:2083/en-US/ with vue-starter-theme ,it return errors , some steps can see from here.
image

image

image

{"errors":[{"message":"GraphQL.Validation.Errors.FieldsOnCorrectTypeError: Cannot query field 'me' on type 'Query'.","locations":[{"line":2,"column":3}],"extensions":{"code":"FIELDS_ON_CORRECT_TYPE","codes":["FIELDS_ON_CORRECT_TYPE"],"number":"5.3.1"}}]}

This error means you haven’t Profile support in the XAPI layer.

To fix this error the VirtoCommerce.ProfileExperienceApiModule module with version at least 3.201 is required.