We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't create new channels Database : PostgreSQL 11 "@vendure/admin-ui-plugin": "0.3.4", "@vendure/asset-server-plugin": "0.3.4", "@vendure/core": "0.3.4", "@vendure/email-plugin": "0.3.4", "pg": "7.12.1"
{ "errors": [ { "message": "Variable \"$input\" got invalid value { code: \"code\", pricesIncludeTax: true, currencyCode: \"USD\", defaultShippingZoneId: \"1\", defaultTaxZoneId: \"1\" }; Field token of required type String! was not provided.", "locations": [ { "line": 1, "column": 24 } ] }, { "message": "Variable \"$input\" got invalid value { code: \"code\", pricesIncludeTax: true, currencyCode: \"USD\", defaultShippingZoneId: \"1\", defaultTaxZoneId: \"1\" }; Field defaultLanguageCode of required type LanguageCode! was not provided.", "locations": [ { "line": 1, "column": 24 } ] } ] }
The text was updated successfully, but these errors were encountered:
Were you trying to create a new channel via the Admin UI or directly via the graphql API?
Edit: Ok, I reproduced this in the Admin UI. Not specific to Postgres. Will fix in next release.
Sorry, something went wrong.
b8e4c6c
michaelbromley
No branches or pull requests
Can't create new channels
Database : PostgreSQL 11
"@vendure/admin-ui-plugin": "0.3.4",
"@vendure/asset-server-plugin": "0.3.4",
"@vendure/core": "0.3.4",
"@vendure/email-plugin": "0.3.4",
"pg": "7.12.1"
The text was updated successfully, but these errors were encountered: