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
- Texture Map Viewer shows "Loading..." text instead of indicating users that Baked Texture Maps are missing
- "Analyze Import Process" button misaligned in Import Activity window
- Text in “Baked Shadowmask” mode is difficult to read in Baked Lightmap Viewer when Editor theme is set to Light
- Mesh wireframe is difficult to see in Baked Lightmap Viewer window when texture opacity is maximized
- Informational text does not wrap and does not fit when the Viewer Window is opened by default
Resolution Note (2017.4.0):
Bad link is redirected to the correct one on the server side.