You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A client-side console error was reproducible on all 10 tested viewports during homepage load: Error: Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.
The error originates from the docs homepage runtime bundle (WorkflowHero...js) and appeared while Mermaid content initialized/rendered. This indicates a docs-site regression affecting interactive/rendered content stability across mobile, tablet, and desktop.
View All Warnings
No additional warning-level issues were recorded once the main rendering failure was isolated.
View Detailed Test Results by Device
Mobile Devices
iPhone 12 (390x844): responsive menu opened, aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.
iPhone 12 Pro Max (428x926): responsive menu opened, aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.
Pixel 5 (393x851): responsive menu opened, aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.
Galaxy S21 (360x800): responsive menu opened, aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.
Tablet Devices
iPad (768x1024): responsive menu opened, aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.
iPad Pro 11 (834x1194): responsive menu opened, aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.
iPad Pro 12.9 (1024x1366): responsive menu opened, aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.
Desktop Devices
HD (1366x768): desktop quick-start link visible and navigated correctly, no horizontal overflow, homepage console error reproduced.
FHD (1920x1080): desktop quick-start link visible and navigated correctly, no horizontal overflow, homepage console error reproduced.
4K (2560x1440): desktop quick-start link visible and navigated correctly, no horizontal overflow, homepage console error reproduced.
Accessibility Findings
Positive: no missing <main> landmark, no missing lang attribute, and no image alt omissions were detected in the audited flows.
Concern: the shared homepage canvas/rendering error may impact assistive-tech reliability if key visual or semantic content fails during runtime initialization.
Recommendations
Investigate the homepage hero/runtime script that initializes canvas-based or Mermaid-related rendering and ensure repeated render attempts do not target the same canvas concurrently.
Add a browser-level regression test for the homepage that fails on uncaught console errors across at least one mobile and one desktop viewport.
Re-run multi-device docs validation after the rendering fix to confirm the homepage is clean across all 10 target viewports.
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
mtalk.google.com
www.gstatic.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Test Summary
@pelikhanResults Overview
Critical Issues
Error: Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.WorkflowHero...js) and appeared while Mermaid content initialized/rendered. This indicates a docs-site regression affecting interactive/rendered content stability across mobile, tablet, and desktop.View All Warnings
View Detailed Test Results by Device
Mobile Devices
aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.Tablet Devices
aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.aria-expanded=true, quick-start link navigated correctly, no horizontal overflow, homepage console error reproduced.Desktop Devices
Accessibility Findings
<main>landmark, no missinglangattribute, and no imagealtomissions were detected in the audited flows.Recommendations
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
mtalk.google.comwww.gstatic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.