You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like tasks can get stuck and prevent a user from re-trying. This has been observed multiple times on the WA push and WA pull tasks. Updating the task database with the following command fixes the issue: update task set complete=1 where complete!=1;
The text was updated successfully, but these errors were encountered:
It seems like tasks can get stuck and prevent a user from re-trying. This has been observed multiple times on the WA push and WA pull tasks. Updating the task database with the following command fixes the issue:
update task set complete=1 where complete!=1;
The text was updated successfully, but these errors were encountered: