Hi @gilesf,
Thank you for your detailed reply.
The Realtime Webtask Logs Extension works similarly to the Action’s Debugger interface, but in this case, it will show all the logs pertaining to the login transaction.
Now, looking at your code snippet carefully, it looks like you are passing the userID
, email
, fullName
, and appMetadata
to your createUser function to set those values appropriately to the user’s profile.
Could you please confirm the behavior you observe when passing hardcoded values?
Doing so will help us narrow down whether the values passed in the function are the correct and expected values.
Thanks,
Rueben