Upgrade to 1.13 breaks login_with_form()

Just updated from 1.10.1 to 1.13

Making this call:
user = anvil.users.login_with_form()

Throws this error:

[ERROR anvil.app-server.core] Error report from client code:
AttributeError: module 'anvil.util' has no attribute 'TextBoxWithLabel'
Traceback:
  anvil-services/anvil/users/__init__.py:476

Any thoughts on what I can do to mitigate this? (Other than downgrading to 1.10.1 again)

3 Likes

This appears to be fixed in 1.13.2

Note: I am a little disappointed that there was no response to this, but I am very grateful that it is now fixed.

1 Like

Apologies - this topic seemed like a duplicate of @duncan_richards12 post here:

Thanks for your patience.