Where can I see the logs I put in console.log for n8n-nodes-puppeteer

I’m building a puppeteer script to grab screenshots and perform tests. I added several console.logs to determine where was the node at before it times out, but I can’t seem to be able to find those logs anywhere once they hit the node timeout. any idea where are they?

I’m using web interface with a n8n self hosted within our private network. I unfortunately don’t have access to how the n8n server is configured, but would like to see what might be the problem and where should I expect to see them on web console

What is the error message (if any)?

Emulation.setDeviceMetricsOverride timed out. Increase the ‘protocolTimeout’ setting in launch/connect calls for a higher timeout if needed.

Share the output returned by the last node

Information on your n8n setup

instance information

Debug info

core

  • n8nVersion: 1.86.1
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.19.0
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/135.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-04-14T13:57:20.508Z

Hello. Welcome to the community. There’s no way to access the node server logs outside of the server logs. Please reach out to your Administrator who manages the instance.

1 Like

I see, so alternativly. Is there a way for me to log something that can be seen in case of failure ?

It depends on the node and how it handles error. Most nodes surface the errors to the node output.

So basically I need to have this built this error handling in my code.
Thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.