Missing data for multi tech
sarahfossheim opened this issue · 1 comments
When looking up multiple technologies, only the Lighthouse and Adoption APIs return the correct data, the others still return an empty array.
I don't think it's an issue to data not being imported yet, as they do return the data fine for each of the technologies separately.
Example
Technologies: ALL, WordPress.
Working endpoint
The Lighthouse endpoint returns data for both ALL and WordPress, just as expected.
Issues
The Core Web Vitals returns an empty array ([]), and the and page weight endpoint returns incorrectly formatted data.
The data for the two chosen technologies individually does exist:
- WordPress: CWV | Lighthouse | Page weight | Adoption
- ALL: CWV | Lighthouse | Page weight | Adoption
Hello @sarahfossheim
I fixed the query in the endpoints "cvw" and "page weight" now both return ALL and WordPress, please let me know if works for you.
Thank you :)