You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm at a loss as to why this broke, but after updating some applications on the anvil-hosted apps to using the new 'layouts' feature, any app that is hosted on remote machine (using anvil app server) returns errors:
The Switch says NoneType has no attribute 'classList'.
The Slider doesn't register 'snapping' like it does on anvil-hosted version.
The MultiSelectDropdown says KeyError: "items" does not exist (I assume here:)
self._props=props=_defaults|propertiesprops["items"] =props["items"] or []
After I manually update the anvil.yaml file runtime_options > version to "2" and commenting out the new line legacy features. the components work as usual. Client/Server python versions & server spec all remain unchanged. I also noticed that on the self-hosted app, if I'm using the latest runtime from anvil, some of the styling (particularly on user input fields) has changed significantly.
I'm at a loss as to why this broke, but after updating some applications on the anvil-hosted apps to using the new 'layouts' feature, any app that is hosted on remote machine (using anvil app server) returns errors:
The
Switch
saysNoneType has no attribute 'classList'
.The
Slider
doesn't register 'snapping' like it does on anvil-hosted version.The
MultiSelectDropdown
saysKeyError: "items" does not exist
(I assume here:)After I manually update the anvil.yaml file
runtime_options
>version
to "2" and commenting out the new linelegacy features
. the components work as usual. Client/Server python versions & server spec all remain unchanged. I also noticed that on the self-hosted app, if I'm using the latest runtime from anvil, some of the styling (particularly on user input fields) has changed significantly.this works
this breaks the anvil_extras components
Perhaps I'm missing something obvious... Any advice to get this latest runtime operational on the self-hosted version?
The text was updated successfully, but these errors were encountered: