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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2017.4.0):
Bad link is redirected to the correct one on the server side.