anvilistas / anvil-labs

MIT License
9 stars 3 forks source link

Error on non-blocking call #53

Closed meatballs closed 2 years ago

meatballs commented 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

meatballs commented 2 years ago

Forget this. I've just realised where the problem comes from.