How to view console logs
I am getting an error Unexpected token N in JSON at position 0, which I'm expecting means its getting null or something like that back, but I'm not getting any of my console logs to find where the error is happening. How can step by step view where the issue is?
4 Replies
you need to use
logging.log
instead of console.log
logging.log throws an error: logging is not defined
@ZippidyZap You can define logging in the function decleration as a parameter. Docs - https://docs.buildship.com/logging#via-logging-statements-in-node-logic.
Logging – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.