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

Initializing server crashes #129

Closed
Badyl1g opened this issue Jul 16, 2019 · 3 comments
Closed

Initializing server crashes #129

Badyl1g opened this issue Jul 16, 2019 · 3 comments
Assignees
Labels
type: bug 🐛 Something isn't working

Comments

@Badyl1g
Copy link

Badyl1g commented Jul 16, 2019

Describe the bug
After running npx @vendure/create vendure-example I get an error:
Interface field PaginatedList.items expects type [Node!]! but ProductList.items is type [Product!]!.

To Reproduce
Steps to reproduce the behavior:

  1. Run npx @vendure/create

Expected behavior
Server should initialize without errors

Environment (please complete the following information):

  • @vendure/core version:
  • Nodejs version: v10.15.3
  • Database (mysql/postgres etc): SQLite

Additional context
Screenshot:
vendure-error

@Badyl1g Badyl1g added the type: bug 🐛 Something isn't working label Jul 16, 2019
@michaelbromley
Copy link
Member

Thanks for the report. I'm investigating right now. I suspect it may be due to some dependency version which has increased with a breaking change...

@michaelbromley
Copy link
Member

@Badyl1g I just published 0.1.2-beta.8. This should fix the issue.

@Badyl1g
Copy link
Author

Badyl1g commented Jul 18, 2019

Great! Thanks for spending time on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants