As a funder, I cannot approve a bounty hunter for work.
Summary: To allow work to progress.
Type: Bug
Recently when trying to approve workers on permissioned bounties, I am getting the error shown in the below screenshot. Notice the cancel bounty button appears, I am logged into metamask with the funding account selected.

Cannot approve a worker
Can approve a worker
See screenshot, seems to happen across all permissioned bounties when clicking the provided link in the github issues comment.
Summary:
@SaptakS @mbeacom
this is not related to accepting work (which is baed on the users ETH address), it is based upon approving workers (which is based upon github login)
i believe this is related to this line of code https://github.com/gitcoinco/web/blob/master/app/dashboard/views.py#L777-L817
specifically
is_funder = bounty.is_funder(request.user.username.lower())
so the user must be logged into the system
@mbeacom @SaptakS i suggest the following two courses of action
IMMEDIATELY
SOON-ISH
@owocki Adding the message now.
We pushed a change to alert unauthenticated users to login when attempting a worker mutation. I have created a follow up issue to implement a login modal in #1790
Thanks for reporting this!
Most helpful comment
@mbeacom @SaptakS i suggest the following two courses of action
IMMEDIATELY
SOON-ISH