If the code on your site isn't working as expected, what do you do? One way of checking your code is to add console methods like console.log() to strategic parts of your code. With console methods you can check whether your functions are executing, view the values of your variables, and track the output of your code.
You can view console messages in Preview mode in your site's Developer Console, or see them in your published site using your browser's Developer Tools.
What about backend code?
Because of security concerns, messages in backend code are not logged to the browser's console on the published version of your site. And not all backend messages are logged to the Developer Console in Preview mode.
So how can you view your backend console messages? No problem! You can use the Corvid Site Monitoring tool to view all console and error messages from any part of your site.
Go to your site's dashboard and select Settings.
Scroll down to Production Tools and select Site Monitoring > View Site Events.
When a console message or error is triggered, you'll see the the message in your Site Events window.
You can click each message to view more details:
BTW - We're locking these posts so that any requests for help with Corvid can be maintained in the Community Discussion section. Please post your questions or feedback there.