Bug
The troubleshooting guide links to https://base.dev/preview which returns 404.
Steps to reproduce:
- Visit https://docs.base.org/apps/troubleshooting/common-issues
- Click the 'Preview tool' link
- Gets 404 error
Root cause:
The Preview tool URL changed from /preview to /apps/preview:
- ❌
https://base.dev/preview → 404
- ✅
https://base.dev/apps/preview → 200
Affected file:
docs/apps/troubleshooting/common-issues.mdx lines 32 and 62
I'd be happy to open a PR for this fix.
Bug
The troubleshooting guide links to
https://base.dev/previewwhich returns 404.Steps to reproduce:
Root cause:
The Preview tool URL changed from
/previewto/apps/preview:https://base.dev/preview→ 404https://base.dev/apps/preview→ 200Affected file:
docs/apps/troubleshooting/common-issues.mdxlines 32 and 62I'd be happy to open a PR for this fix.