Does your api console throw any errors?
{
"operationName": "RefreshToken",
"variables": {},
"query": "mutation RefreshToken($refreshToken: String) {\n refreshToken(refreshToken: $refreshToken) {\n authenticationToken\n refreshToken\n __typename\n }\n}"
}
origin. Next is maybe your browser issue shows you conflicts token regarding this site cookies. Make sure your Database seed properly and check your user table in DB.pnpm run push_drizzle_schemapnpm run add-sample_data
node_modules in talawa-admin and again install it using pnpm install and then start your server pnpm run serve Now try again and login the portal. If admin email not works then try other stuff. Hope your problem will done after that... 
I followed these steps and now this error is coming while logging in:Make sure your repos fork are up to date and sync it with yourorigin. Next is maybe your browser issue shows you conflicts token regarding this site cookies. Make sure your Database seed properly and check your user table in DB.
Setup DB:pnpm run push_drizzle_schema
Seed Data:pnpm run add-sample_data
View attachment 55
Now delete yournode_modulesin talawa-admin and again install it usingpnpm installand then start your serverpnpm run serveNow try again and login the portal. If admin email not works then try other stuff. Hope your problem will done after that...
View attachment 56