Pheonix your alias is rendering as @user
We have been working on some auth logic on the back end, but we are not pushing an update until we test everything to make sure there are no app-wide glitches.
Part of this next patch will include updated auth states which are more streamlined and avoid race condition bugs and hydration sequence issues.
Additionally, users who registered prior to this patch may need to repopulate profile data as we inject a new ruleset, with the aim being to funnel users through a workflow that will mandate each user selects an alias and populates minimum but required profile keys in their unique db folders.
Some preliminary bullet points:
— The username/alias field must be populated and saved before accessing any write logic.
— Usernames must be 3 to 16 chr in length, using A-Z and 0-9.