Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I'm frequently finding during development that old versions of widgets under development get seen. here is an example of what i see:
At this point I see the old behaviour, and the Chrome debugger shows I have the old source code. The source file that it is being taken from, CombinedExtensions.YYYYMMDD_HHHHMMSS.js shows a date that is for the previous iteration of the widget, i.e. it is earlier than when I loaded the new extension.
I have confirmed beyond question that the extension zip file contains the new source. I have caching turned off in my browser.
Has anyone else seem this? is there a way of working round it?
David, clearing your cache should generally fix the issue you are seeing. The process of replacing extensions is usually deleting the existing extension, restart Tomcat and then re-importing the new extension. Once you've done these steps, can you try viewing it in an incognito window?