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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...