[bug] Frontend installer creates a file instead of a directory, then fails to create the actual directory #836
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#836
Loading…
Reference in a new issue
No description provided.
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?
Your setup
From source
Extra details
Arch Linux ARM
Version
v1.1.5-9040-g050bc7443
PostgreSQL version
16.3
What were you trying to do?
I was trying to run
sudo -Hu akkoma MIX_ENV=prod mix pleroma.frontend install pleroma-fe --ref stable
.What did you expect to happen?
The frontend would install
What actually happened?
An error.
Logs
Severity
I cannot use the software
Have you searched for this issue?
The issue is fixed by adding
first in lib/pleroma/frontend.ex, but this is a suboptimal fix as it does not address the root cause (the zip file being incorrectly assembled to include dirs).