Running Slowly This Morning

Can’t seem to run anything in my IDE - server calls are taking forever. I just see the spinner.
edit - affects published apps, too.

error -
anvil.server.TimeoutError: Server code took too long at [LandingPage, line 23](javascript:void(0))

offending line -
if not anvil.server.call('is_loggedin'):

offending function -

@anvil.server.callable
def is_loggedin():
    print("here")
    if anvil.server.session.get("user",False):

print doesn’t display.

1 Like