I have troubles with login to appwrite console after updating to 1.7.4 from 1.6.1
- 0
- Self Hosted
Oh
appwrite container logs
Then you're screwded I think
Copy and paste here the logs, it's difficult to read them
[Error] URL: /v1/account/sessions/email [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761 [Error] Timestamp: 2025-05-26T16:12:02+00:00 [Error] Method: GET [Error] URL: /v1/account [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761 [Error] Timestamp: 2025-05-26T16:12:03+00:00 [Error] Method: POST [Error] URL: /v1/account/sessions/email [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761 [Error] Timestamp: 2025-05-26T16:15:00+00:00 [Error] Method: GET [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents [Error] Type: Appwrite\Extend\Exception [Error] Message: Unknown resource type [Error] File: /usr/src/code/app/controllers/general.php [Error] Line: 761
Did you have some version prior to 1.6.2 installed?
the server is fairly new, I don't think so. I'm not sure what exactly 1.6.2 was there, but 1.6.n is for sure.
And you ran migrations after upgrading to 1.6.2?
I had 1.6.2 for a couple of months, then installed 1.7.2 and migrated the project to it as in the manual
or maybe i had 1.6.1 for couple of month
I don't remember exactly.
The manual shows you should perform backups. That was not clear? 😅
Well, I'm asking in order to edit it and set it to something better as I'm seeing many people upgrading and not performing backups 😬 (you're not alone unfortunately)
Well, that could be the issue
I've had too many positive experiences with major updates before, I've been using appwrite for a couple of years. I was relaxed...
Which cannot be solved?...
It can, but probably it's not easy
Can you tell me where to look please? It would be a pity to lose everything
docker-compose down docker-compose rm -f docker rmi appwrite/appwrite:1.7 docker-compose up -d
Can I try it?
NO
That will delete everything permanently!
You need to enter into the DB and modify things but I have no idea cc @Steven
Well, sorry, the DB isn't deleted but the issue is not with the containers but with the DB and deleting it will delete everything
@Nevets Can you check what are the logs for the database? the container name is appwrite-mariadb
ok
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...