[SOLVED] Script Editor suddenly not working!

Is it just me? I click on a script to edit and a new tab is spawned, but it is all gray. Nothing in it. Tried logging out and then back in. Problem persists.

Page code of the gray page displayed is:


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Code Editor</title>

    <meta name='robots' content='noindex' />
    <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no' />

    <link href='/editor/scene/js/codemirror/lib/codemirror.css' rel='stylesheet' />
    <link href='/editor/scene/js/codemirror/addon/dialog/dialog.css' rel='stylesheet' />
    <link href='/editor/scene/js/codemirror/addon/hint/show-hint.css' rel='stylesheet' />
    <link href='/editor/scene/js/codemirror/addon/lint/lint.css' rel='stylesheet' />
    <link href='/editor/scene/js/codemirror/addon/tern/tern.css' rel='stylesheet' />
    <link href='/editor/scene/js/codemirror/addon/fold/foldgutter.css' rel='stylesheet' />
    <link href='/editor/scene/css/ui.css' rel='stylesheet' />
    <link href='/editor/scene/css/code-editor-v2/code-editor.css' rel='stylesheet' />
    <link href='/editor/scene/css/theme-dark.css' rel='stylesheet' />
    <link rel='icon' type='image/png' href='//s3-eu-west-1.amazonaws.com/static.playcanvas.com/images/icons/favicon_code.png' />
</head>
<body class="code-editor">
    <script>
        var config = {"self":{"id":101136,"username":"wturber","branch":{"id":"ad906d4a-1951-4b7c-8aca-a84fce05464e"}},"project":{"id":633699,"name":"ERFS II v3","permissions":{"admin":[101136,192301,188002],"write":[],"read":[]},"private":true,"primaryApp":null,"playUrl":"https://playcanv.as/p/c0OEAbfl/"},"tabs":[22456113],"file":{},"title":"ERFS II v3 | Code Editor","url":{"api":"https://playcanvas.com/api","launch":"https://launch.playcanvas.com/","home":"https://playcanvas.com","realtime":{"http":"wss://rt.playcanvas.com/realtime"},"messenger":{"http":"https://msg.playcanvas.com/","ws":"wss://msg.playcanvas.com/messages"},"autocomplete":"https://s3-eu-west-1.amazonaws.com/code.playcanvas.com/tern-playcanvas.json","engine":"https://code.playcanvas.com/playcanvas-stable.js"}};
        document.title = config.title;
    </script>

    <!-- core -->
    <script src='/editor/scene/js/events.js'></script>

    <script src='https://msg.playcanvas.com/messenger.js'></script>

    <!-- main -->
    <script src='/editor/scene/js/code-editor-v2.js'></script>

</body>
</html>

Must have been a glitch in the Matrix. All is back now.

1 Like