ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
13.91k stars 3.4k forks source link

HTTP code 404 when using named url #15230

Open Calvinaud opened 3 months ago

Calvinaud commented 3 months ago

Please confirm the following

Bug Summary

Hello,

Not happening in every call but some of the call when using the named url will return a 404 http code. When using the id directly, we don't have any issue but we cannot switch to it and we need to use named url.

The issue seem to appear before: https://github.com/ansible/awx/issues/7386

AWX version

21.13.0

Select the relevant components

Installation method

openshift

Modifications

no

Ansible version

No response

Operating system

No response

Web browser

No response

Steps to reproduce

I don't known the exact condition to reproduce the error to make it happens 100% of the time. The steps are:

Expected results

20X HTTP Code

Actual results

404 HTTP Code

Additional information

No response

jessicamack commented 3 months ago

Hello @Calvinaud, are you able to upgrade to the latest version of AWX? Some fixes to named urls were merged recently.