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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...