haniOriginal post
Rank 2: Process
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
Bash
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>"Summary
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.