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
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
- [VFX] Creating a long Group Node name breaks nodes boarders
Resolution Note (2017.4.0):
Bad link is redirected to the correct one on the server side.