Closed mastamatto closed 7 months ago
Please check you're using the latest version of anvil-extras. This should be fixed on the latest version.
Note: this is probably also because the self hosted runtime needs to be bumped. I'll flag that internally as something we need to do.
merged with other existing issue -- resolved
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'
. TheSlider
doesn't register 'snapping' like it does on anvil-hosted version. TheMultiSelectDropdown
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?