Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.3.1f1
Issue ID
1108401
Regression
No
"Show all on dashboard" link for commits in Collab History window links to wrong URL resulting in broken link
So far this has been tested to be existing in 2017.3 and 2017.4 LTS.
When a commit has over a certain number of asset changes in a single commit, we truncate the list and make a link available to view the rest on the dashboard web view. While the URL path that is generated for these is correct, the base domain section of the URL is incorrect. It links to "collab.cloud.unity3d.com" instead of "developer.cloud.unity3d.com". This usually results in the user getting a JSON document back saying "not found".
Here is a twitter thread where a user discovered this that helped us discover the issue. https://twitter.com/eastshade/status/1071160593778798592
Reproduces in 2017.1-2017.4
Does NOT Reproduce in 2018.1+
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
Resolution Note (2017.4.0):
Bad link is redirected to the correct one on the server side.