bonfire: document Chromium service-worker login stall
This commit is contained in:
parent
66dbf417f8
commit
3d81e9f0d9
2 changed files with 51 additions and 1 deletions
28
2026/2026-08-17--bonfire-chromium-login.md
Normal file
28
2026/2026-08-17--bonfire-chromium-login.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Bonfire — Chromium login stays on homepage (2026-08-17)
|
||||
|
||||
Site: **https://bonfire.hacktivism.ch/**
|
||||
Canonical: `configs/bonfire/README.md` (section *Login in Chromium*).
|
||||
|
||||
## Symptom
|
||||
|
||||
- **Firefox:** Log in and `/login` work.
|
||||
- **curl** `https://bonfire.hacktivism.ch/login`: 200, title *Log in*.
|
||||
- **Chromium** (operator profile, tab on `/`): **Log in** click does nothing; typing `/login` in the address bar still shows *Explore local activities*. Incognito/Firefox not affected.
|
||||
|
||||
Not the `isoc` account (email + username profile exist; login API ok).
|
||||
|
||||
## Checks
|
||||
|
||||
| Check | Result |
|
||||
|-------|--------|
|
||||
| Guest `/` HTML | `data-live-socket="false"`; **Log in** is `<a href="/login" data-phx-link="redirect">` |
|
||||
| `#modal` | `opacity-0 modal-closed`; `modal_invisible` loading stub has **no CSS rule** (Chromium can show a black overlay) |
|
||||
| Bonfire JS | `navigator.serviceWorker.register("/pwabuilder-sw.js", {scope: "/"})` |
|
||||
| `/pwabuilder-sw.js` (before kill-switch) | 404; hashed `pwabuilder-sw-*.js` exists under `priv/static/` |
|
||||
| UI | badge **Federation disabled** while container `FEDERATE=true` |
|
||||
|
||||
## Workaround
|
||||
|
||||
Unregister the worker for `bonfire.hacktivism.ch` in that Chromium profile (`chrome://serviceworker-internals` or DevTools Application), clear site data, hard reload. Then `/login` matches Firefox.
|
||||
|
||||
Host copies (optional, recreate-volatile in the image): `~/koopa-bonfire/data/branding/{pwabuilder-sw.js,hacktivism-login-fix.css,unregister-sw.js}`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue