the version i m running is 1.7.4 as far as i can tell everything is working fine except for this weird bug in the video.
when monitoring the appwrite and appwrite-console containers logs , this is the output during the error
TypeScript
appwrite-console | 172.18.0.3 - - [15/Sep/2025:19:30:50 +0000] "GET /console/project-68c81577000887bf8518/auth/teams/team-testorganization HTTP/1.1" 200 1266 "https://<mydomain>/console/project-default-68c81577000887bf8518/auth/user-68c84363002e18ca13f4/memberships" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "<my ip>"
appwrite-console | 172.18.0.3 - - [15/Sep/2025:19:30:50 +0000] "GET /console/images/appwrite-logo-light.svg HTTP/1.1" 200 1601 "https://<mydomain>/console/project-68c81577000887bf8518/auth/teams/team-testorganization" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "<my ip>"
appwrite-console | 172.18.0.3 - - [15/Sep/2025:19:30:51 +0000] "GET /console/_app/version.json HTTP/1.1" 304 0 "https://<mydomain>/console/project-68c81577000887bf8518/auth/teams/team-testorganization" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "<my ip>"
appwrite-console | 172.18.0.3 - - [15/Sep/2025:19:30:51 +0000] "GET /console/service-worker.js HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "<my ip>"
appwrite-console | 172.18.0.3 - - [15/Sep/2025:19:30:51 +0000] "GET /console/logos/appwrite-icon.svg HTTP/1.1" 200 502 "https://<mydomain>/console/project-68c81577000887bf8518/auth/teams/team-testorganization" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "<my ip>"
TL;DR
Developers are encountering a 404 error when trying to navigate to the team from the user > membership page on version `1.7.4`. The logs show the requests being made successfully, which makes this bug puzzling.Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...