Rank 2: Process
Hey everyone, i'm running into an issue when storing user data in a database collection. Currently, the function does not run or store any data in the collection. The way it works right now is a user first created an account, so I run the "createUser" function, and then in a subsequent webpage they select up to a total of 21 topics, which are added in a database collection associated with their user id. The function I run for this is "createUserTopics". Is there something wrong with the way I am handling my code?