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
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...
- Unable to Create Storage After Upgrading...
We upgraded our Appwrite instance from version 1.8.0 to 1.9.0 and successfully ran the migration process. However, after the upgrade, we are no longer able to c...
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...