#React Native Aora app Appwrite Error

4 messages · Page 1 of 1 (latest)

empty violet
#

I'm unable to sign-in my Aora app, whenever I try to sign-in a React Native Alert pops up on my screen stating: Property 'result' doesn't exist, stopping my redirect to the home. Please help me in solving this issue .

opaque canyon
#

okay let me check

#

Hi, I found the issue. You are trying to setUser(result) but the result object does not exist. It seems like you missed a step while following the video—you forgot to call getCurrentUser() after successfully signing in.

Adding this code after sign-in solves the issue:
const result = await getCurrentUser();