Unable to delete profiles through the profile manager UI
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox151 | --- | unaffected |
| firefox152 | --- | unaffected |
| firefox153 | --- | fixed |
People
(Reporter: segun, Assigned: hsohaney)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fidedi-ope])
Attachments
(2 files, 1 obsolete file)
Build: 153.0a1 (2026-05-27) (aarch64)
Yesterday, I created a profile called "DELETE ME" to test something, but I am unable to delete it now.
- I have attached a video repro for it.
- I don't see any logs in the console
There has been a recent report about the similar issue in https://support.mozilla.org/questions/1583113
If there's any other way I can help debug this, please let me know.
| Reporter | ||
Updated•3 months ago
|
| Reporter | ||
Updated•3 months ago
|
Updated•3 months ago
|
Comment 1•3 months ago
|
||
This is a regression from bug 2022414. In the profile the value of the preference browser.backup.enabled_on.profiles is {} so this code fails: https://searchfox.org/firefox-main/rev/e28b34ab33dbf49364999070168cbb7e11e8e5bd/browser/components/backup/BackupService.sys.mjs#5588-5591
Updated•3 months ago
|
Comment 2•3 months ago
|
||
I suspect what is going on here is that because browser.backup.enabled_on.profiles is a shared preference we will be overwriting its value on startup with the value from the shared database, and I guess this is happening after the migration from bug 2022414 ran.
Comment 3•3 months ago
|
||
Set release status flags based on info from the regressing bug 2022414
Updated•3 months ago
|
| Assignee | ||
Comment 4•3 months ago
|
||
Updated•3 months ago
|
| Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
| Assignee | ||
Comment 8•3 months ago
|
||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
| Reporter | ||
Comment 9•3 months ago
•
|
||
Can confirm the issue seems to have been resolved for me in the nightly build - 153.0a1 (2026-05-30)
Description
•