[Feature]: Return cacheable profile picture as fallback #575

Closed
opened 2026-02-04 21:23:56 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @bt90 on GitHub (Jan 11, 2023).

Feature detail

Currently, if an account does not have a profile picture associated with it, the API responds with an (at least for Firefox) uncacheable 404:

image

Maybe we could use HTTP 204 instead?

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204

A 204 response is cacheable by default

Platform

Web

Originally created by @bt90 on GitHub (Jan 11, 2023). ### Feature detail Currently, if an account does not have a profile picture associated with it, the API responds with an (at least for Firefox) uncacheable 404: ![image](https://user-images.githubusercontent.com/1926175/211792508-62ce5715-f906-4d9f-bd6d-96dc9d888f03.png) Maybe we could use HTTP 204 instead? https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204 > A 204 response is cacheable by default ### Platform Web
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#575