trybal
Yes, it was a temporary keybase api problem. The issue is that on each vote request, the authorization server needs to fetch the whole list of team members to determine if the user is present there. The Keybase API is quite slow, and it also can be down sometimes. The freezing membership list during voting creation would solve the problem, but it would block new users to participate in voting. I think that simple caching will do the job.