Signup defect: Cannot load data after user initially signs up
Closed this issue · 1 comments
cmcaboy commented
When the user initially signs up, he or she does not see his or her profile loaded. If the user logs out and then back in, everything works fine.
cmcaboy commented
The issue had to do with case sensitivity. Signup process did not convert the id to lowercase when setting id value in the cache to the new email.