-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Repository - Source
-
None
-
1
-
Severity 3 - Minor
-
32
Issue Summary
Annotate/Blame view intermittently fails with a “Something went wrong” error.
Steps to Reproduce
- Step 1 Go to src/<file> in the bitbucket repository UI
- Step 2 Click on … → Annotate/Blame.
Expected Results
- The file loads successfully.
- The view shows the commit hash that introduced each change.
- The view shows the timestamp for each modification.
Actual Results
The annotate/blame view fails with a 500 error and displays a “Something went wrong” message.
Workaround
Run git blame <file> locally to view the blame information.