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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note (2017.4.0):
Bad link is redirected to the correct one on the server side.