Closed auryn-macmillan closed 4 years ago
Thanks for creating this issue @auryn-macmillan
It seems that the error comes from the server. My guess is that it happens when we try to subscribe a worker to notifications: https://github.com/JoinColony/colonyServer/blob/v1.3.0/src/db/colonyMongoApi.ts#L799
Yes, I think you're on the right track there @xuhcc! This could be fixed on the server by implementing a check whether the assigned user has a username and only subscribe then. There's also another line where this needs to happen: https://github.com/JoinColony/colonyServer/blob/v1.3.0/src/db/colonyMongoApi.ts#L806
Steps to reproduce
Expected behaviour
Task should be assigned to the address
Actual behaviour
When you hit confirm, you are taken back to the task view, but nothing changes.