[bug] brick after media upload fail #339
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#339
Loading…
Add table
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?
Version
e530c2b
What were you trying to do?
Upload a media attachment
What did you expect to happen?
For it to appear in the media tray
What actually happened?
No attachment was added, this error is being thrown in the console
Trying to send the post, can cause two different errors.
media_ids[]
set toundefined
In either cases the FE displays following message:
Error: t.text is undefined
Refreshing the FE causes it to refuse to render the page with the TypeError mentioned before, thus being bricked.
If this was done while replying to someone, it becomes impossible to reopen or toggle the replying form again, with following error:
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
Hit that same error just now.
The only way to recover is deleting local storage from the Inspect tool.
For the record, this is in Firefox. I was able to upload the same attachment in Google Chrome.