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

Fix #315 in dev mode log validation error #316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sheggi
Copy link

@sheggi sheggi commented Mar 1, 2023

Don't stop nuxt dev if a GraphQl validation error happens. Allow other build tools to fix the problem later on.

If dev mode is disabled, this should still fail to prevent a successful build with GraphQL validation errors.

Don't stop `nuxt dev` if a GraphQl validation error happens.
Allow other build tools to fix the problem later on.
@sheggi
Copy link
Author

sheggi commented Mar 9, 2023

CI failed because of

Failed to load schema from https://spacex-api-2gl6xp7kua-ue.a.run.app/graphql:
examples/extends postinstall:         Unexpected token < in JSON at position 0

Looks like this error is unrelated to the changes made

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

Successfully merging this pull request may close these issues.

None yet

1 participant