(https://github.com/appwrite/appwrite/issues/10529) Reposting it here, because this is my only blocker to make this versi work. I kinda need it ASAP.
π Reproduction steps
- Install 1.7.4 first (latest)
- Then update it to 1.8.0-RC1 using the upgrade guide of Appwrite
- Migrate
- Open self-hosted instance
π Expected behavior
It should not show console issues in the website when you navigate there.
π Actual Behavior
When i do docker logs appwrite --tail 100 it only shows these errors
[Error] Timestamp: 2025-09-21T08:51:45+00:00
[Error] Method: GET
[Error] URL: /v1/teams/:teamId/memberships
[Error] Type: Utopia\Database\Exception\Query
[Error] Message: Invalid query: Query value is invalid for attribute "teamInternalId"
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
[Error] Line: 6323
And even if you omit --tail 100, it's just the same error over and over again.
π² Appwrite version
Version 1.8.x
π» Operating system
Linux
π§± Your Environment
I am using the default docker compose file but I also have nginx proxy manager managing the traffic
π Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
π’ Have you read the Code of Conduct?
- I have read the Code of Conduct
1.8.0-RC1 is a QA release. We're aware upgrading from 1.7.4 is currently broken.
Thank you!
Follow up question; will it take two weeks or more (as specified on another thread?) may I get an estimation as to when this will be available?
Thank you!
We currently have no estimate. 1.8.0 is currently in QA - it's going to depend on how many bugs we find, and how easily fixable they are! π
I see, okay. Thank you for your prompt response! π
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...