An application that used GAE suddenly became unable to log in with the following error:
com.google.appengine.api.datastore.DatastoreFailureException: Missing or insufficient permissions.
With local debugging, it works. Even if I debloy again, I get an error.
How can I solve it?