andreyOriginal post
Web Developer
I've described the issue here: https://github.com/appwrite/appwrite/issues/9377
However, maybe I'll get help faster here.
In short, errors appear every minute in the appwrite container, and I think they have caused the CPU load to rise to 100%:
[Error] URL: /device.rsp
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The requested route was not found. Please refer to the API docs and try again.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1134
Summary
Developers are facing high CPU load issues after upgrading to version 1.6.1. Errors related to a missing route are popping up every minute in the appwrite container, leading to 100% CPU usage. The problem seems to involve a route not being found.
Solution: The issue might be resolved by checking the route configuration in the API docs and verifying the route setup in the controllers.