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

[bug]: Setting Cover Images Fails Without Error #6083

Open
1 task done
GlitchWitch opened this issue Nov 22, 2024 · 2 comments · Fixed by #6075
Open
1 task done

[bug]: Setting Cover Images Fails Without Error #6083

GlitchWitch opened this issue Nov 22, 2024 · 2 comments · Fixed by #6075
Assignees
Labels
🐛bug Something isn't working

Comments

@GlitchWitch
Copy link

GlitchWitch commented Nov 22, 2024

Is there an existing issue for this?

  • I have searched the existing issues

While it is possible this is a duplicate of #5817, we are not experiencing the other issues noted by that user and can upload photos in all other areas of the application without issue.

Current behavior

When attempting to set a cover image, such as on a project or your own profile, the image does not actually get set.

Steps to reproduce

As an example, when saving my profile the following request body is sent.

[...omitted for brevity...],
"avatar_url":"/api/assets/v2/static/redacted/","cover_image_url":"https://images.unsplash.com/photo-1721332154373-17e78d19b4a4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w2NzgxMTB8MXwxfGFsbHwxfHx8fHx8fHwxNzMyMjM1NzYyfA&ixlib=rb-4.0.3&q=80&w=1080",
[...omitted for brevity...]}

However, the following response received shows that the cover_image_url along with other fields such as the "Role" are not actually saved by the application.

{
    [...omitted for brevity...]
    "cover_image": null,
    "cover_image_asset": null,
    [...omitted for brevity...]
}

The video below shows the issue. In the video I attempt to set a new cover image via upslash, I update the project, and then refresh the page. I repeat this again to show the error remains.

Screencast.from.2024-11-21.18-51-17.webm

Environment

Production

Browser

Google Chrome

Variant

Self-hosted

Version

v1.4.0 with prime-cli v1.7.0 a18c053

Additional Notes

This is a freshly installed environment setup less than 24 hours ago. The issue persisted before upgrading to Pro. prime-cli healthcheck shows all clear.
image

@GlitchWitch GlitchWitch added the 🐛bug Something isn't working label Nov 22, 2024
@pushya22
Copy link
Collaborator

HI @GlitchWitch this issue has already been resolved and released in our cloud version. The update will be available for the self-hosted version very soon.

@GlitchWitch
Copy link
Author

Awesome, thanks @pushya22! I'll keep an eye out for the release of the fix and report back :)

@pushya22 pushya22 linked a pull request Nov 22, 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
🐛bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants