Finally found the docker-compose.yml and upgraded but now I can't login with the admin account and can't reset the password because SMTP is not setup
What's in the folder with your old docker compose file?
Wait so do you have a nested appwrite folder?
I found it
and moved it
is moving it the issue?
once I moved it the install and migration worked flawlessly
What was going on before?
the errors described in the other <#1127347149265436782>
I found the docker-compose.yml, stupid place for it (I thought one Appwrite instance per database backend) and so I had it in a dumb place, I moved it, and then ran the upgrade
everything works and it launches, no errors, but I can't login anymore
So nothing in the docker logs for the appwrite folder?
[Error] Timestamp: 2023-07-08T23:46:09+00:00
[Error] Method: GET
[Error] URL: /v1/account
[Error] Type: Appwrite\Extend\Exception
[Error] Message: User (role: guests) missing scope (account)
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 365
[Error] Timestamp: 2023-07-08T23:46:10+00:00
[Error] Method: POST
[Error] URL: /v1/account/sessions/email
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Rate limit for the current endpoint has been exceeded. Please try again after some time.
[Error] File: /usr/src/code/app/controllers/shared/api.php
[Error] Line: 166
[Error] Timestamp: 2023-07-08T23:48:59+00:00
[Error] Method: POST
[Error] URL: /v1/account/sessions/email
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Rate limit for the current endpoint has been exceeded. Please try again after some time.
[Error] File: /usr/src/code/app/controllers/shared/api.php
[Error] Line: 166
[Error] Timestamp: 2023-07-08T23:50:22+00:00
[Error] Method: POST
[Error] URL: /v1/account/sessions/email
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Rate limit for the current endpoint has been exceeded. Please try again after some time.
[Error] File: /usr/src/code/app/controllers/shared/api.php
[Error] Line: 166
These are fine.
Using your terminal, go to the appwrite folder and run ls -la
Compare the two .env files to see if there's a difference in them
oh you know what, I changed the Appwrite server instance secret key
could that do it?
Ya that would do it. That is used to encrypt things like hashed passwords, session secrets, function variables, etc. If you change the value, Appwrite can't decrypt those values
Recommended threads
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Whats wrong here
I keep trying to fucking add the appwrite domains including CNAME and CAA but it keeps failing , this is the exact records i have right now in cf
- appwrite free plan resources issue
i'm on free plan and i just used 700MB bandwidth with 8mb storage and 141k requests, but when i'm trying to continue developing my app it send me an error messa...