server icon indicating copy to clipboard operation
server copied to clipboard

BUG: Community not found for invitations

Open ccanos opened this issue 7 months ago • 2 comments

Describe the bug With user id: 70e6e81b-36d9-4feb-8547-fbb21b1dabc3 : [email protected] Running this query:

{
  me {
    communityInvitations{
      id
    }
  }
}

I get Community not found for invitation 549a3a9e-ad47-454d-81b0-5e58e954db60

"EntityNotFoundException: Community not found for invitation 549a3a9e-ad47-454d-81b0-5e58e954db60",
"    at new BaseException (/usr/src/app/dist/common/exceptions/base.exception.js:8:9)",
"    at new EntityNotFoundException (/usr/src/app/dist/common/exceptions/entity.not.found.exception.js:8:9)",
"    at MeService.getCommunityInvitationsForUser (/usr/src/app/dist/services/api/me/me.service.js:45:23)",
"    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
"    at async target (/usr/src/app/node_modules/@nestjs/core/helpers/external-context-creator.js:74:28)",
"    at async Object.communityInvitations (/usr/src/app/node_modules/@nestjs/core/helpers/external-proxy.js:9:24)"

Smells like bad data on acceptance but I think it requires investigation

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

Areas that will be affected as part of the fix Optional, to be added by developer if relevant

ccanos avatar Jul 05 '24 14:07 ccanos