Thingworx Mashup Editor loading infinitely
Hi Folks,
Suddenly all the Mashups editor started loading infinitely. When I click EDIT and select DESIGN view, it goes into an endless loading although its working fine in runtime. I have the same set of mashups on another test server and seeing no such issue there.
I tried to observe for errors in Developer mode and found below.
1. 404 error for the mashup.

Response
<!DOCTYPE html>
<html>
<head>
<title>Page Not Found Exception</title>
<script>function clickAndDisable(link) {
link.onclick = function(event) {
event.preventDefault();
}
}
</script>
</head>
<body>
<div class="widget-panel widget-container widget-content" style="overflow: auto;">
<div class="widget-content widget-image undefined"
id="error_Image-1">
<img src="/Thingworx/images/ThingworxLogo.png" alt="Errors"/>
</div>
</div>
<div id="error_Panel-1"> <p>404 Page Not Found</p>
<a href="/Thingworx" onclick='clickAndDisable(this);'>Back to Composer</a> </div>
</body>
</html>
I have also validated the external extensions and if any extra folder created under tomcat Webapps but everything looks fine.
Please let me know if anyone came across similar issue in Thingworx?

