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 your data step?

Last updated