server
server copied to clipboard
BUG: Community not found for invitations
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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