Pre-submission checklist
Description
vikunja_user_count does not update after successful user creation through the regular registration API.
I reproduced this on the public demo instance at https://try.vikunja.io:
GET /api/v1/metrics returned:
vikunja_user_count 107
POST /api/v1/register succeeded with 200 OK
- the response returned a newly created user:
- username:
codex-demo-reg-20260416-2356
- id:
218
- created:
2026-04-17T01:54:09+02:00
GET /api/v1/metrics still returned:
vikunja_user_count 107
- after waiting a few seconds, the metric was still unchanged
So the registration API creates the user successfully, but the metric does not reflect the new user count.
Vikunja Version
Public demo: v2.3.0-101-10ec3b55
I also investigated this locally against checkout 10ec3b55b01e083268747c15ee383059f6408695.
Browser and version
N/A
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
N/A
Pre-submission checklist
Description
vikunja_user_countdoes not update after successful user creation through the regular registration API.I reproduced this on the public demo instance at
https://try.vikunja.io:GET /api/v1/metricsreturned:vikunja_user_count 107POST /api/v1/registersucceeded with200 OKcodex-demo-reg-20260416-23562182026-04-17T01:54:09+02:00GET /api/v1/metricsstill returned:vikunja_user_count 107So the registration API creates the user successfully, but the metric does not reflect the new user count.
Vikunja Version
Public demo:
v2.3.0-101-10ec3b55I also investigated this locally against checkout
10ec3b55b01e083268747c15ee383059f6408695.Browser and version
N/A
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
N/A