mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Unable to edit profile #331
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 @andyondrya on GitHub (May 8, 2025).
Originally assigned to: @Boy132 on GitHub.
Current Behavior
500 Server Error (Undefined array key 0) when trying to view personal profile. Can also reproduce in demo
Expected Behavior
Open profile to reconfigure 2FA, email, etc
Steps to Reproduce
Login to Panel and go to Profile
Panel Version
canary (
b83e365)Wings Version
n/a
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (May 8, 2025):
Can confirm
@Boy132 commented on GitHub (May 8, 2025):
Workaround: run
mkdir -p /var/www/pelican/storage/app/public/fonts.Proper fix will come in next beta.
@andyondrya commented on GitHub (May 8, 2025):
Wasn't that what
php artisan storage:linkdoes? Or was that for something else?@Boy132 commented on GitHub (May 8, 2025):
That was something else.
php artisan storage:linkjust creates a symlink.