How to :: read the inspector error¶
What’s that?¶
These are the common errors you can find while you’re inspecting your
page in your internet browser.
Ex1: Operation Failure: A pipeline stage specification object must contain exactly one field¶
Error
Checklist
- Did you forgot a
,
in your query between your different steps? - Did you forgot to add
multiple_queries: true
and you have 2 queries in yourdata
step?