Extension not showing up

The panel extension wont show up, even when the html code is just

<html>
    <body>a</body>
</html>

Any console errors?

Are you using something like NGROK to SSL Terminate?

If not:

Are you serving over SSL at all?
If are you are not, then you need to serve over SSL.
If you are, are you using a Self Signed Certificate? If you are, then you need to visit your URL and accept the certificate for that session.

Otherwise:

What’s the Console Error?

1 Like