New install on IIS when we try to create a new ticket the page loads then a white box pops up and greys out the page. I did an inspect and this is what the box shows.
#popup
<div class="dialog draggable ui-draggable size-normal" style="top: 186.429px; left: 955px; display: block;" id="popup">
<div id="popup-loading" style="display: none;">
<h1 style="margin-bottom: 20px; margin-top: 6px;"><i class="icon-spinner icon-spin icon-large"></i>
Loading ...</h1>
</div>
<div class="body" style=""></div>
</div>
Any idea how to fix the issue?