Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avatars not loading #213

Closed
nbelisle11 opened this issue Aug 9, 2021 · 5 comments · Fixed by #231
Closed

Avatars not loading #213

nbelisle11 opened this issue Aug 9, 2021 · 5 comments · Fixed by #231

Comments

@nbelisle11
Copy link

In the network console I can see a request going to

https://<GHE-domain>/avatars/u/<id>?u=<redacted>
Request Method: GET
Status Code: 302 Found

And then a follow up request going to

https://<GHE-domain>/login?return_to=https%3A%2F%2F<GHE-domain>%2Favatars%2Fu%2F<id>%3F
Request Method: GET
Status Code: 200

Seems like it's not handling the auth properly when fetching avatars. The result is a lot of broken images
Jasper

@mactkg
Copy link

mactkg commented Aug 17, 2021

@nbelisle11
I have encountered the same issue. What version of GHE do you use? I use 3.0.x.

@mgatespot
Copy link

same, seems like a dead project :(

@mactkg
Copy link

mactkg commented Sep 24, 2021

I think Jasper may work with older versions of GHE...
Does it works with GHE2.x? I don't have an environment to test but I suspect an undocumented change of GHE.

@mgatespot
Copy link

mgatespot commented Sep 24, 2021

i'm using version 3.0 🤔 i can't test older software either..

@brianDoherty
Copy link

@h13i32maru it appears that this issue come back. Running into similar 302 redirects for avatars when using with github enterprise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants