Skip to content

arm-local: fix trace viewer service worker error#150

Open
midleman wants to merge 1 commit into
mainfrom
mi/arm-local-e2e-server
Open

arm-local: fix trace viewer service worker error#150
midleman wants to merge 1 commit into
mainfrom
mi/arm-local-e2e-server

Conversation

@midleman

@midleman midleman commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Fix "Service workers are not supported" error when viewing Playwright trace reports from the container.

  • Suppress Playwright's default URL output (which shows 0.0.0.0)
  • Show only the localhost URL so trace viewer service workers work
  • Server still binds to 0.0.0.0 for Docker port forwarding

QA Notes

Rebuild container, run tests, run show-report, confirm trace viewer loads at localhost:9323.

🤖 Generated with Claude Code

….0 URL

Playwright's show-report prints a URL with 0.0.0.0 when using --host 0.0.0.0,
but trace viewer requires localhost for service workers. Suppress that output
so users only see the localhost URL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant