What I’m trying to do:
This morning my application stopped working, after no updates.
Here is the error I am receiving:
AttributeError: module 'anvil.google' has no attribute 'auth'
Is this an issue with google services being down?
What I’m trying to do:
This morning my application stopped working, after no updates.
Here is the error I am receiving:
AttributeError: module 'anvil.google' has no attribute 'auth'
Is this an issue with google services being down?
I have a similar issue with Microsoft. Worked fine last week, app hasn’t been edited in a year, other apps in my environment with similar code are working.
AttributeError: module ‘anvil.microsoft’ has no attribute ‘auth’
That’s strange - I can’t replicate this behaviour. Is this client-side or server-side? To check the obvious, are you importing anvil.google.auth
in the module in question? Is it a particularly old or new app? Could you show me an example that demonstrates the problem?
Probably can’t duplicate it because it is resolved!
I also had the issue with a software that does not use anvil, so I’m sure it was an authentication provider issue vs. an anvil problem.
The Microsoft auth is working for me now too.
This was server side, old app, and yes, the import was there.