Huh, apologies for not being available for ‘realtime chat’ then. I just tried this quickly with a JS console, but weirdly enough I don’t see any message when pressing that button—all I see is the usual error message “user not found” popping up in the browser webview (This is probably an issue on my end, though—I’m not really familiar with how the browser console works). What I do see (though in the network view, not quite in the console) is the info being updated when I submit the “edit account” form, and I notice that the resulting object has an “email” property with the desired address as a string. (However, from quickly perusing the Meteor source code, it looks like it has all sorts of specialized functions on the server side for creating/updating/setting ‘account email’ data—e.g. it seems to keep track of ‘verified’ status and to also support multiple emails per user. I wonder if the problem is that the “edit account” ‘flow’ is not resulting in these functions being called? Or perhaps it’s not providing data in the format they expect? Something to look into, perhaps. I’m not sure how LW2 itself changes what Meteor does by default here)
Huh, apologies for not being available for ‘realtime chat’ then. I just tried this quickly with a JS console, but weirdly enough I don’t see any message when pressing that button—all I see is the usual error message “user not found” popping up in the browser webview (This is probably an issue on my end, though—I’m not really familiar with how the browser console works). What I do see (though in the network view, not quite in the console) is the info being updated when I submit the “edit account” form, and I notice that the resulting object has an “email” property with the desired address as a string. (However, from quickly perusing the Meteor source code, it looks like it has all sorts of specialized functions on the server side for creating/updating/setting ‘account email’ data—e.g. it seems to keep track of ‘verified’ status and to also support multiple emails per user. I wonder if the problem is that the “edit account” ‘flow’ is not resulting in these functions being called? Or perhaps it’s not providing data in the format they expect? Something to look into, perhaps. I’m not sure how LW2 itself changes what Meteor does by default here)