I meant don't pipe to grep at all. Just try the diff by itself
oh
mmm, got message saying Files .env and .env.1681296173.backup differ
93a94
> _APP_GRAPHQL_MAX_DEPTH=3
``` after running ` diff .env .env.1681296173.backup`
So that's the only difference?
yap as per the command that I run
Then maybe your password is wrong
umm, is there any way to reset the password other then setting the SMTP? because I am very sure password is correct
Set the SMTP host to a non empty string, do the password recovery, and then check the appwrite-worker-mails logs for the URL
appwrite-worker-mails logs for the URL this part would need help, but let me do the first 2 part
is it fine?
Sure
I guess all the worker started now... hope it's fine
done
So now you can check the docker logs for the appwrite-worker-mails container
thank you it worked 🙂
after you log in, would you please check your API keys and function variables to see if they still have valid values or if they're blank/false?
yaa sure, in .env file ?
seems database is wiped or does migration didn't happened successful;y
I can see the collections but don't show any attributes nor does it show any documents
no in the console
nope it' s not empty
for this, please see https://discord.com/channels/564160730845151244/1095695113432354856
oh thank you no worries
I think this issue is solved marking Solved
Recommended threads
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...