prayansh_chhablani
prayansh_chhablani
when I tried to register using the LAST_RESORT_SUPERADMIN_EMAIL email address, a toast notifcation came "wait for admin approval" is this the issue? (refer to pic) 
can I get assigned to this @dangtony98
this can also be the reason logs in talawa-api container ` talawa-api-dev | [0] error 2025-02-15 13:19:53 gpq6enr4bn Transaction already in progress {"locations":[{"line":2,"column":3}],"path":["eventsByOrganizationConnection"],"extensions":{"code":"INTERNAL_SERVER_ERROR","stacktrace":["MongoTransactionError: Transaction already in progress"," at ClientSession.startTransaction (/usr/src/app/node_modules/mongoose/node_modules/mongodb/src/sessions.ts:374:13)","...
I think this is a transaction error, I have introduced a check in the code that checks whether there is a existing transaction, if there is no existing transaction then...
 this is causing a CSRF error  I am trying to understand how this was working perviously can u assign me this?
the original issue is not arising from login page, however I did look into that, the problem is /graphql is giving CSRF error on GET requests. Results in terminal ...
Got it, this was just for debugging
> > this is the error community is null  > >  > >  > > we don't have any sample data for community, this is not a...
> This was working before. > > 1. Why are recurring events being involved when selecting an organization? > 2. Why does the login page briefly appear before the error...
 1. login screen briefly flashes beacuse of this, the error happens due to loading events data, as there is Transaction error in recurrenceRules and hence events query fails, so...