Closed
Bug 1444383
Opened 7 years ago
Closed 6 years ago
docson not rendering due to missing require.js
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dustin, Unassigned)
Details
https://docs.taskcluster.net/reference/workers/docker-worker/payload
gives
Loading failed for the <script> with source “https://docs.taskcluster.net/assets/docson/lib/require.js”.
payload:23
ReferenceError: require is not defined[Learn More]
payload:23:1
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/
ejs_production.js:1:8428
Content Security Policy: The page’s settings blocked the loading of a resource at data:application/javascript;base64,KGZ1b... (“script-src”).
<script> source URI is not allowed in this document: “https://www.google-analytics.com/analytics.js”.
payload:1
I'm not sure what the CSP issue is at the end, but the missing require.js seems to be responsible for nothing appearing in the page.
Comment 1•7 years ago
|
||
I see the page here loads:
https://docs.taskcluster.net/reference/workers/docker-worker/docs/payload
This looks similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1440028#c13
Reporter | ||
Comment 2•7 years ago
|
||
Indeed. But the sidebar menu in https://docs.taskcluster.net/reference links to https://docs.taskcluster.net/reference/workers/docker-worker which is empty (should contain the README) and the sidebar menu *there* links to https://docs.taskcluster.net/reference/workers/docker-worker/payload (without `/docs`). Hmm..
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•6 years ago
|
||
https://docs.taskcluster.net/docs/reference/workers/docker-worker/docs/payload renders fine now :)
Assignee | ||
Updated•6 years ago
|
Component: Documentation → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•