darcymeyer / BU_senior_design_software_project

0 stars 0 forks source link

Google Login Bug #2

Closed isaacfc4 closed 3 years ago

isaacfc4 commented 3 years ago

I am unable to login via the google authentication. I was able to sign in the first time. After signing out, the initial login page comes up but when I press sign-in, the screen becomes transparent but the google login portal doesn't come up. I also receive this message in the console:

Possible Unhandled Promise Rejection (id: 0): Error: NETWORK_ERROR promiseMethodWrapper@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:2573:45 signIn$@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:113958:72 tryCatch@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:23401:23 invoke@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:23571:32 tryCatch@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:23401:23 invoke@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:23473:30 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:23483:21 tryCallOne@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:28076:16 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:28177:27 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:28692:26 _callTimer@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:28588:17 _callImmediatesPass@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:28627:17 callImmediates@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:28837:33 __callImmediates@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:3054:35 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:2832:34 __guard@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:3037:15 flushedQueue@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.foodtracker&modulesOnly=false&runModule=true:2831:21 flushedQueue@[native code] callFunctionReturnFlushedQueue@[native code]

isaacfc4 commented 3 years ago

Fixed after a restart of the emulator. Network error fixed.