retr122Original post
Rank 2: Process
I'm trying to update preferences in new account right now and this don't works correctly. The new account is created, session also, but Prefs isn't update. This don't returns any errors.
Summary
The user was having trouble updating their preferences in a new account. They mentioned that they tried using account.getSession and it solved the problem. Another user suggested that they might be missing a call to account.get() after creating the session. There was no error being returned, but the preferences weren't updating correctly. The solution provided was to use account.getSession to fix the issue.