Unable to fetch job details on AWX. Getting
ERROR! Invalid search term entered. GET returned: -1
Launch any SCM job from UI and click on jobs. API call gets failed and error is shown on UI.
Jobs view should work

Please find the screen recording.
jobs_issue.zip
I can confirm this, happens at least since 1.0.6.8 and is still present in 1.0.6.17. Happens only with project syncs.
In the API I can find the job output at /project_updates/:id/stdout so it's definitely being stored in the database, just that it's not accessible anymore from the UI.
Are there any console errors you can find on the web console?
@jaredevantabor Please find the screenshot. xhr calls are failing for playbook_on_stats event.

@jaredevantabor Any update on the issue ?
With a fresh, non-upgraded install of the latest devel container image I'm not seeing this bug:

At any rate, that specific api query has been removed downstream - This will be resolved when those code changes reach devel.
@jakemcdermott I tried awx_web:latest container image. I'm still seeing the issue. Can you please suggest some fix?
I am also seeing the issue and just installed today.
Disable your AdBlocker on AWX. Had this issue for a while too, but it's always been because of uBlock. If you check on that failed request, you'll see that it errors out with ERR_BLOCKED_BY_CLIENT.
That solved the issue for me, thanks.
Most helpful comment
Disable your AdBlocker on AWX. Had this issue for a while too, but it's always been because of uBlock. If you check on that failed request, you'll see that it errors out with ERR_BLOCKED_BY_CLIENT.