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

Field "category" is not defined by type AddFactInput error in API #15

Open
bomoko opened this issue Jun 30, 2021 · 3 comments
Open

Field "category" is not defined by type AddFactInput error in API #15

bomoko opened this issue Jun 30, 2021 · 3 comments
Assignees

Comments

@bomoko
Copy link
Collaborator

bomoko commented Jun 30, 2021

Moving issue from uselagoon/lagoon#2737

Describe the bug

In the API logs I get (as example):

[warn]: Variable "$facts" got invalid value { name: "metatag_hreflang", value: "8.x-1.16", source: "drush_pml", environment: xxxxxx, description: "Drupal Module status: Not installed", category: "Drupal configuration" } at "facts.facts[49]"; Field "category" is not defined by type AddFactInput.
[warn]: Too many errors processing variables, error limit reached. Execution aborted.
@timclifford
Copy link
Contributor

release v0.0.7 resolves this issue - tested on a drupal 8 site
image

@Schnitzel
Copy link

@timclifford @bomoko
so is the problem that lagoon doesn't know about the category yet? will we add this in the future?

@timclifford
Copy link
Contributor

yes - the lagoon api is yet to have the Facts API updates that includes the additional category field. https://github.com/uselagoon/lagoon/pull/2693/files#diff-d6d3d9830dde71832e3fbd899998974c921134b504e7cf02c34baf9192501c8fR288

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

3 participants