When requesting a report for a specific version of a plugin, if Tide doesn't yet have a report for it it'll start to generate one and return a <p>pending</p> response.
That response then gets cached, and will return the <p>pending</p> response until it expires.
Suffixing a ?1 to the URL to bypass the URL caching then results in being able to access it.
Issue Overview
When requesting a report for a specific version of a plugin, if Tide doesn't yet have a report for it it'll start to generate one and return a
<p>pending</p>response.That response then gets cached, and will return the
<p>pending</p>response until it expires.Suffixing a
?1to the URL to bypass the URL caching then results in being able to access it.Steps to R