Will do - right now I am busy checking the load balancer settings and making sure that everything has been configured correctly.
As soon as I find something I will let you guys know Cheers Brad On Fri, Aug 28, 2015 at 1:43 PM, Pierson, Shawn < [email protected]> wrote: > ** > > Please keep us posted. I’ve deployed MyIT 2.5 to production for pilot > testing but without HTTPS. My plan is to also deploy it outside of our > firewall eventually with HTTPS. > > > > Thanks, > > > > *Shawn Pierson * > > Remedy Developer | Energy Transfer > > > > *From:* Action Request System discussion list(ARSList) [mailto: > [email protected]] *On Behalf Of *BradRemedy > *Sent:* Friday, August 28, 2015 2:26 AM > *To:* [email protected] > *Subject:* Re: MYIT 2.5 - HTTPS XMLHttpRequest Error > > > > ** > > Hi > > > > Will see if I can check today. The frustrating thing is that these bugs > appear to have been fixed in MYIT 2.5. > > > > I am downloading MYIT 2.6 today and will be trying it out to see if it > fixes the problem - although I am not holding my breath. I have also logged > a call with BMC Support cause, in my opinion, this is a problem that needs > to be fixed A.S.A.P. > > > > Thanks for checking John. > > > > cheers > > Brad > > > > On Fri, Aug 28, 2015 at 8:17 AM, John Baker < > [email protected]> wrote: > > It's curious that an XMLHttpRequest is required to load a CSS file?! > > Grepping the 2.2 release, I see it's loaded relatively: > > $ grep -r style-myit.css * > myitapp/index.html: <link rel="stylesheet" > href="../tenant-custom-res/style-myit.css" /> > myitapp-full/index.html: <link rel="stylesheet" > href="../tenant-custom-res/style-myit.css" /> > > No issue there. However in 2.6, which I've just downloaded: > > /* Customer branding */ > function loadCustomerBrandingStyles() { > var href = > '../tenant-custom-res/style-myit.css'; > > var stylesPromise = $q.when($.ajax({ > url: href, > cache: false, > dataType: 'text', > success: function () { > // Load new tenant related > styles > $('<link rel="stylesheet" > type="text/css" href="' + href + > '" />') > .appendTo("head"); > } > })).catch(function () { > return $q.when(true); > }); > > return stylesPromise; > } > > (Using both Angular and JQuery - sigh) > > But that can't be the problem as you're reporting > tenant-custom-res/X/style-myit.css where X looks like an Entry ID. > > Do you have something similar if you grep your JS files? > > > John > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > "Where the Answers Are, and have been for 20 years" > > > > _ARSlist: "Where the Answers Are" and have been for 20 years_ > Private and confidential as detailed here > <http://www.energytransfer.com/mail_disclaimer.aspx>. If you cannot > access hyperlink, please e-mail sender. > _ARSlist: "Where the Answers Are" and have been for 20 years_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

