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
- Creation failedUnknown sort order:asc. M...
Hi there, I'm getting this error on self hosted when trying to create an Index. Any ideas?
- Redis with user/pass doesn't work NO_AUT...
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...