From monitoring the network tab of the dev tools, it appears that the problem might be that the interface is trying to dismiss every alert, but it does it by firing off a DELETE request for each and every alert individually. It does several successfully but then hits some 503s and bails out of the process.
Seems like the most immediate way to address this issue is to make an endpoint that allows deleting multiple alerts in a single call