mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: Profile Picture not saving #247
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gibby503 on GitHub.
Reproduction steps
Custom image for accout keeps resetting to the default "AA" image after service reboot.
Expected behavior
Stay as the image I upload.
Actual Behavior
resets to default image
Version and Environment
0.48.0
Log Output
No response
@kmendell commented on GitHub:
@mycybercatnet @Gibby503 Are you using LDAP? or are you not experiencing this issue anymore?
@stonith404 commented on GitHub:
Are you using LDAP?
@kmendell commented on GitHub:
Is this still an issue?
@marcaddeo commented on GitHub:
I'm also seeing this happen on a plain pocket-id install (no ldap sync).
When I change the profile picture on my account, a popup in the bottom right of the UI says "Unknown error occurred".
Looking in the console, I see:
PUT https://id.staging.my-domain.net/api/users/me/profile-picture 413 (Content Too Large)This is with a ~3mb image. What are the size restrictions for this field?
@mycybercatnet commented on GitHub:
I have the same problem.
services:
pocketid:
image: ghcr.io/pocket-id/pocket-id:latest
container_name: pocketid
restart: unless-stopped
ports:
- "3000:80"
volumes:
- ./data:/app/backend/data
@marcaddeo commented on GitHub:
You are correct! Updated my proxy and now it's working :)
@stonith404 commented on GitHub:
I'm closing this because the author did not respond. Feel free to reopen the issue if it still occurs.
@stonith404 commented on GitHub:
@marcaddeo This doesn't seem related.
Which reverse proxy are you using?You probably have to increase the max allowed body size of your reverse proxy.