Skip to content

Fix #1252: Feedback for “AutoBE > browser doesn't find playground”#1293

Merged
samchon merged 1 commit intowrtnlabs:mainfrom
JiwaniZakir:fix/1252-feedback-for-autobe-browser-doesn-t-find
Apr 16, 2026
Merged

Fix #1252: Feedback for “AutoBE > browser doesn't find playground”#1293
samchon merged 1 commit intowrtnlabs:mainfrom
JiwaniZakir:fix/1252-feedback-for-autobe-browser-doesn-t-find

Conversation

@JiwaniZakir
Copy link
Copy Markdown
Contributor

Closes #1252

Before

README.md referenced the playground at http://localhost:5713 in two places, causing users to open a URL where no server was listening. The Vite dev server binds to 5173 by default, so the browser found nothing at the documented address.

After

Both occurrences of the port in README.md now read 5173:

  • The main onboarding paragraph directing users to the chat interface.
  • The blockquote pointing to the replay feature at /replay/index.html.

Changes

  • README.md line ~43: http://localhost:5713http://localhost:5173 (main playground URL)
  • README.md line ~55: http://localhost:5713/replay/index.htmlhttp://localhost:5173/replay/index.html (replay feature URL)

Testing

  1. Clone the repo and run pnpm run playground.
  2. Navigate to http://localhost:5173 — the chat interface loads.
  3. Navigate to http://localhost:5173/replay/index.html — the replay viewer loads.
  4. Confirmed the old 5713 URLs return connection refused.

This PR was created with AI assistance (Claude). The changes were reviewed by quality gates and a critic model before submission.

Copy link
Copy Markdown
Member

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing.

@samchon samchon merged commit 290a9fd into wrtnlabs:main Apr 16, 2026
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.

Feedback for “AutoBE > browser doesn't find playground”

2 participants