1.4.0 Fatal error: Uncaught Utopia\Database\Exception\Query: Invalid query: Invalid cursor: UID must
- 0
- Self Hosted
it did complete this time
I see that the asterisks are part of Appwrite design
After deleting all the rows?
yeah
Interesting I think maybe it had something else other than asterisk, but if it's working then that's okay
i have a new error "router_host_not_found"
full error please
are you using a domain to access your appwrite instance?
i am not
this is my dev server
so localhost or ip address?
ip address
set some domain to _APP_DOMAIN in your .env file
Then set that domain in your hosts file
Then access your server using that domain
or maybe you can set the _APP_DOMAIN env var to your ip address
i did that and it works. now i have error 500 on functions page 😅
what was the old "default" to "_APP_CONNECTIONS_MAX"?
Where you saw this variable?
being spammed in my console during migration. and possibly the error to my functions page
It's pretty new (since 1.3.8)
my admin account is missing scope apparently
[Error] Timestamp: 2023-08-30T16:28:42+00:00
[Error] Method: GET
[Error] URL: /v1/vcs/installations
[Error] Type: Appwrite\Extend\Exception
[Error] Message: myemail@email.com (role: owner) missing scope (none)
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 475
It's the same error as this
Do this solution.
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...