504 when attempting to add repositories to "My Content"
See original GitHub issueBug Report
When attempting to add repositories under “My Content”, the call results in a HTTP 504.
SUMMARY
Although I am not new to ansible, I am new to ansible galaxy. We successfully imported a role for our org earlier this week after some namespace/ownership cleanup. So previous repositories were already loaded for my account. However, I see that, should I decide to add more repositories under either my GitHub org, or my personal account, the outbound xhr request results in a 504.
STEPS TO REPRODUCE
Login to Ansible Galaxy. Note, as a new user, the Oauth Permissions allowed are read-only to org and team membership, as well as my e-mail address.
Next, access My Content.
On this screen, click on the blue bar, “+Add Content” on the right side of the screen.
A modal then appears and attempts to load; however it spins for awhile before getting a 504.
Behind this modal (which registers a failure message), there is a toast message that appears in the background, pointing out the 504.
For easy copy/paste, here’s the url: https://galaxy.ansible.com/api/v1/providers/sources/github/benpatterson/
I am able to reproduce this whether it’s my own space, or the space of the org that I’m a member of.
EXPECTED RESULTS
I expected some repository options to load, or if the logic is smarter, only relevant repos (if any) to load. I do not expect a protocol error.
ACTUAL RESULTS
Captured above in steps-to-repro
Happy to provide more detail if needed. I’m able to do what I have to do at this point, but wanted to report this issue. Chers & thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (7 by maintainers)
Actually, it looks like that stack trace might be a red herring. I think the issue might be caused by our infrastructure and not Galaxy. I’ll see if someone more familiar with that area can help.
We got prod deployed this morning so this issue should be resolved now. Thanks for your patience!