What I’m trying to do:
access the server
What I’ve tried and what’s not working:
every function results in a timeout
Hello all,
Every server call results in a timeout error.
example:
test_server=anvil.server.call(‘test_server’)
if test_server:
print(‘ok’)
@anvil.server.callable
def test_server():
print(“testing server”)
return True
This results in a timeout error and does not print “testing server”. This is only for one particular app whereas my others work fine.
Any advice appreciated - thanks