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
- 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...