Illustrative visitor input
Visitor report
Profile save fails when the time zone is blank
Problem · Example Site · Profile settings
I selected Save on my profile, but the page showed an error and kept the old details.
Illustrative example
This example uses a fictional website and source snapshot. It shows the customer review structure without a claim about a real user or result.
Illustrative visitor input
Problem · Example Site · Profile settings
I selected Save on my profile, but the page showed an error and kept the old details.
Failed request metadata
POST /api/profile → 500 in 412 ms
No query values, headers, or bodies.
Form-field metadata
time-zone · present: false · size: 0
No form value.
Example source snapshot 4f7a2c1
src/routes/profile.ts:118–124
const zone = profile.timeZone.trim();
return saveProfile({ ...profile, timeZone: zone });The cited branch uses the field before an absent-value check.
Evidence assessment
The failed request, missing field metadata, and cited source branch form a related evidence chain.
Limit: The example does not prove how many profiles have this state or whether every request used the same release.
Handle an absent time-zone value before the save path uses it.
Low risk Human approval is required.
Thank you for the report. We found a likely issue in the active profile save path. The website owner will review the recommended change before release.
The owner can edit and copy this draft. IssueProbe does not send it.