Part of my application involves looking at a table with the "assigned user" value and matching that to the corresponding user id in the team, for some reason the team id is now not being found. I have verified that the team id is correct as well as the project id, but its still not working. Any ideas please to help me fix ASAP, this is in prod also.
index-CnJ7Ngqv.js:86 Error fetching team members: AppwriteException: Team with the requested ID could not be found.
at ur.<anonymous> (https://infinetsolutions.netlify.app/assets/index-CnJ7Ngqv.js:51:28912)
at Generator.next (<anonymous>)
at c (https://infinetsolutions.netlify.app/assets/index-CnJ7Ngqv.js:51:21115)
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...