Closed meatballs closed 2 years ago
I'm getting an error on a non-blocking call when running an app from a published url. It works fine within the ide.
The error is:
ExternalError: This extension is not running inside an iframe, desktop, or popup window. Initialization failed.
and it occurs at L67 of non-blocking.py
non-blocking.py
Forget this. I've just realised where the problem comes from.
I'm getting an error on a non-blocking call when running an app from a published url. It works fine within the ide.
The error is:
and it occurs at L67 of
non-blocking.py