I am self-hosting n8n on Zeabur and want to run Playwright in my workflow using the community node n8n-nodes-playwright. However, I get a "browser executable not found" error when running it. It seems the node itself is installed, but Chromium was not downloaded into the container.
Questions:
- Do I need to install specific Zeabur tools to make this work? If so, how do I install them?
- If this approach is not feasible, what is the recommended way to "call Playwright from n8n" on Zeabur? (e.g., deploying Playwright as a separate service?)