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
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...