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
MH4GF
changed the title
ブランチ名にスラッシュが含まれる場合、ブランチ詳細ページで404エラーが発生する問題
404 error when navigating to branch detail pages with slashes in branch names
Apr 3, 2025
Problem
When navigating from ProjectBranchesListPage to a branch detail page, a 404 error occurs if the branch name contains slashes.
Current Behavior
In ProjectBranchesListPage.tsx, branch links are currently generated with:
When branch names contain slashes (common in Git workflows), the resulting URL path segments are misinterpreted by the router, causing 404 errors.
Proposed Solution
Use the
urlgen
utility to properly handle special characters in branch names:Technical Considerations
Implementation Details
Related Files
The text was updated successfully, but these errors were encountered: