Type A: App Bug

State Not Persisted

A settings form where saving appears successful but the data is not actually persisted. Loading settings reverts to original values.

User Settings

Update your username and email, then save. Use "Load Settings" to reload the saved data.

Stored Data (Server-side)

This shows what the server actually has stored for your settings.

Username
default_user
Email
user@example.com
Bio
Hello, I am a default user.

Expected Behavior

After clicking "Save Settings", the data should be persisted. Clicking "Load Settings" should populate the form with the most recently saved values.