Note that there are some explanatory texts on larger screens.

plurals
  1. POTridion User Interface 2012 - 401 unauthorized
    primarykey
    data
    text
    <p>I'm working on setting up Tridion User Interface 2012 and have hit a problem.</p> <p>I'm pretty sure I must have missed a step in the installation, but can't figure out what.</p> <p>I've created a very simple Page Template inside a test website publication, with just one component presentation on it. </p> <p>When I view the source of my published page I can see the JSON and JS I would expect, eg</p> <pre><code>&lt;!-- Start Component Presentation: {"ComponentID" : "tcm:24-5001", "ComponentModified" : "2011-12-07T09:34:48", "ComponentTemplateID" : "tcm:24-294-32", "ComponentTemplateModified" : "2012-07-23T06:11:14", "IsRepositoryPublished" : false } --&gt; &lt;h1&gt;&lt;span&gt;&lt;!-- Start Component Field: {"XPath":"tcm:Content/custom:Content/custom:title[1]"} --&gt;Artwork&lt;/span&gt;&lt;/h1&gt; </code></pre> <p>and also further down the page just before the closing <code>&lt;/body&gt;</code> tag:</p> <pre><code>&lt;!-- Page Settings: {"PageID":"tcm:24-9412-64","PageModified":"2012-07-23T07:16:30","PageTemplateID":"tcm:24-9411-128","PageTemplateModified":"2012-07-23T07:13:12"} --&gt; &lt;script type="text/javascript" language="javascript" defer="defer" src="http://&lt;cme-hostname&gt;/WebUI/Editors/SiteEdit/Views/Bootstrap/Bootstrap.aspx?mode=js" id="tridion.siteedit"&gt;&lt;/script&gt; </code></pre> <p>Where <code>&lt;cme-hostname&gt;</code> is my CMS address.</p> <p>Using Chrome developer tools, I can see when the following url is requested I am getting a 401 unauthorized error. </p> <pre><code>http://&lt;cme-hostname&gt;/WebUI/Editors/SiteEdit/Views/Bootstrap/Bootstrap.aspx?mode=js </code></pre> <p>Does anyone have any idea what I might be doing wrong? (Tridion 2011 SP1-1)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload