Rank 2: Process
Been trying to find a way how to do get user server side in Next. But found out SSR is not fully supported yet in Appwrite (Is this correct?). Would like to ask what's the suggested flow in using appwrite with NextJS? Flow and where to do it client/server? Also, in creating account, I need to store more user data -> what's the suggested way? Create function in appwrite? or call another function to store user data after successful signup?