Telegram Widget Not Displaying on Home Page

I confirmed my Telegram server and Bot work, and port 3000 is open, but the Telegram widget is not displaying on my Ghost home page, using the code below in Code Injection. Appreciate any suggestions.

<!-- Telegram Widget -->
<script async src="https://telegram.org/js/telegram-widget.js?7"
        data-telegram-login="MyBotName"
        data-size="large"
        data-radius="10"
        data-auth-url="https://mywebsite.com:3000/telegram-auth" <!-- Update with your server's URL -->
        data-request-access="write"></script>

What error(s) appear when you inspect the browser’s console log. (In Chrome: F12 and click the console tab)

The page is in Quirks Mode due to

https://oauth.telegram.org/embed/MyBotName?origin=https%3A%2F%2Fmywebsite.com&return_to=https%3A%2F%2Fmywebsite.com%2F&size=large&radius=10

````Preformatted text`