hi @NageshRaja,In your provided dispatcher rules, you have deny rules for certain selectors, but you have not explicitly allowed requests for the relevant ones. The dispatcher is restrictive by default, meaning it will block any requests that are not explicitly permitted.To resolve this, you need to...