The account set-up page gets stuck on Saving... #27

Closed
opened 2026-06-24 13:19:36 +00:00 by emre · 1 comment
Member

Once I click the button to enter my password. The button gets stuck on Saving...

It still works that my account is created and if I refresh, the I'm logged in. But it gets stuck at Saving... if I keep waiting.

image

Once I click the button to enter my password. The button gets stuck on Saving... It still works that my account is created and if I refresh, the I'm logged in. But it gets stuck at Saving... if I keep waiting. ![image](/attachments/6218155f-d434-4c51-a0d6-8c886faa5921)
245 KiB
Member

Fixed in fde8632 (branch development).

Root cause: the account-activation success branch set the session/auth but left the ?invite= token in the URL and busy=true. App routing keys on that query param (url_token()), so it kept rendering the set-up page with the button frozen on Saving… — a manual refresh dropped the param and logged you in, which matched the report.

Fix: on successful activation, clear the URL search (mirroring the existing go_signin pattern) and reset busy, so the now-logged-in user routes straight to the app.

Fixed in `fde8632` (branch `development`). **Root cause:** the account-activation success branch set the session/auth but left the `?invite=` token in the URL and `busy=true`. App routing keys on that query param (`url_token()`), so it kept rendering the set-up page with the button frozen on *Saving…* — a manual refresh dropped the param and logged you in, which matched the report. **Fix:** on successful activation, clear the URL search (mirroring the existing `go_signin` pattern) and reset `busy`, so the now-logged-in user routes straight to the app.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coopcloud_code/cm50_app#27
No description provided.