Uncaught ReferenceError: parcelRequire is not defined

Issue #3 new
Former user created an issue

index.js:1 Uncaught ReferenceError: parcelRequire is not defined at parcelRequire.5qf4 (index.js:1)

<script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.1.3/webcomponents-bundle.js"></script>
                        <script src="https://unpkg.com/@statuspage/status-widget/dist/index.js"></script>

Comments (4)

  1. Patrick Brown

    <script src="https://example.statuspage.io/embed/script.js"></script>
    

    Just swap out the example.statuspage.io url for your statuspage site and test in the dev tools console with statusEmbedTest()

    You can also use {YOURAPIKEY}.statuspage.io and it will function the same

  2. Log in to comment