
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
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
