This topic was automatically generated from Slack. You can find the original thread here.
Greg Harrington : I just added a FaunaDB step for the first time, and I am receiving the error below with default generated code. I am not sure where/how to start debugging this. Any thoughts appreciated!
Dan Goodman : Fauna works on a reference model similar to GCP Firestore. Somewhere in the code you have an incorrected reference to either a collection or a document.
Greg Harrington : THANK YOU! I now have working code.
“try commenting it out…” Well, duh! Hah!! That worked.
When I click on the execution error in the left pain, it opens the Fauna action with the line #2 selected (see screenshot above)…so, I was assuming the error was there.
Your simple suggestion confirmed that the error was from line #7.
Dan Goodman : Hey it happens, i’ve dealt with some of the dumbest bugs ever that took me 3+ hours to fix that were just tiny like mispellings in strings and such