Build Update Bug Fixes and Stability Improvements
This update addresses several bugs identified after the initial web release.
What was fixed:
The question submission flow now correctly handles network failures. Previously, the app would display a success confirmation even if the question failed to reach the server. It now shows an error message and prompts the user to try again.
API calls in the account deletion and phone verification flows were using an incorrect URL format on web, causing those requests to fail silently. Both have been corrected to use the proper relative URL routing.
The ghost name generator had a duplicate entry in its adjective pool, reducing the number of unique names. That has been replaced with a new entry, restoring the full set of 20 unique adjectives.
The pixel art avatar component could crash if it received a missing or corrupted seed value from a user profile. A fallback has been added to prevent that.
In the Messages screen, anonymous users were all rendering the same avatar because the fallback was a hardcoded string rather than a unique identifier. Avatars now fall back to the user's device ID, ensuring each conversation shows a distinct pixel art image.

Log in or sign up for Devpost to join the conversation.