Hello, I’ve been having an issue with the native version control system, first noted last night. Code differences are not showing up when in ‘View Changes’ and ‘View Diff’ modes, only a blank tab where the code difference would normally be. I tried clearing caches and restarting the browser and system multiple times, but the problem persists. Any ideas what could be causing it?
Editor-based changes, such as deleted or created scenes and objects, show as normal. It appears to be a problem exclusively with code changes.
Hi yes this was recorded as an issue yesterday and we rolled out a patch which should have fixed this. Please let me know if it is still an issue and I will investigate for you
The patch for applied on the server.
Could you please try in a different browser, just to avoid some possible browser related issues (with plugins for example).
No problem, thank you for investigating.
I inspected and yes, there are some errors. I am attaching the screenshots. Please let me know if there is anything else I can provide
Hi KPal, thank you but unfortunately it is still happening, with the same console errors. I tested in two different browsers and also got a team member to test it, and he was having the same bug as well
I have just tested and verified and the change are in fact displayed. Maybe there is some caching on your end? Make sure Disable cache is enabled in the dev tools a hard reload:
I followed your instructions, cleared all caches, restarted browsers, even restarted the system, still getting the issue. I will ask other teammates to try as well once they have a moment
@luisacmazzi@KPal I’m facing the same issue. I’ve encountered this problem on 2 different accounts and devices, so it seems like an editor/version control bug. I’ve added kpal to my project (PlayCanvas 3D HTML5 Game Engine) hoping it’ll help with investigating. Feel free to make changes.
@mvaligursky@KPal I’ve did some debugging and it seems that resolved flag is breaking requests.
I’ve tried both url?resolved=true and url?resolved=false, but none of them works for me. It works with url without resolved flag.
I was modifying url property here:
Hi @michal00 yes this is what I found also but the resolved query parameter shouldn’t make a different if it is set to false or not set at all I have confirmed this with our REST API