"Scene Actions" stopped working in Bloom (AuraDB)

I had simple scene actions working in Bloom, but they suddenly stopped working (returning 0 results).

E.g.

MATCH (a:action)-[r]-(b)
WHERE id(b) in $nodes
RETURN a, r