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

Profile Picture - File not found in Settings #8601

Open
Bonapara opened this issue Nov 20, 2024 · 3 comments · May be fixed by #8841
Open

Profile Picture - File not found in Settings #8601

Bonapara opened this issue Nov 20, 2024 · 3 comments · May be fixed by #8841
Assignees
Labels
for experienced contributor prio: high scope: front Issues that are affecting the frontend side only

Comments

@Bonapara
Copy link
Member

Current behavior

{"error":"File not found"} when connected with Google

Image

@Bonapara
Copy link
Member Author

@Weiko doesn't seem related to the issue we fixed the other day 🤔

@charlesBochet charlesBochet self-assigned this Nov 26, 2024
@charlesBochet charlesBochet moved this from 🆕 New to 🔖 Planned in Product development ✅ Nov 26, 2024
@charlesBochet charlesBochet moved this from 🔖 Planned to 🏗 In progress in Product development ✅ Nov 27, 2024
@charlesBochet charlesBochet moved this from 🏗 In progress to 🔖 Planned in Product development ✅ Nov 29, 2024
@charlesBochet
Copy link
Member

Adding this case too
Image

@mdrazak2001
Copy link

mdrazak2001 commented Dec 2, 2024

Hi @charlesBochet @Bonapara ,
The issue lies in the getImageAbsoluteURI utility. There are multiple versions in the codebase. The correct one appends query parameters directly, while the buggy one uses new URL() and toString(), which encodes ? as %3F, breaking URLs.

Would you like me to create a PR to fix this issue?

@mdrazak2001 mdrazak2001 linked a pull request Dec 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for experienced contributor prio: high scope: front Issues that are affecting the frontend side only
Projects
Status: 🔖 Planned
Development

Successfully merging a pull request may close this issue.

3 participants