Finally installed AppWrite through Coolify, can log in and use Functions normally but Realtime error
- 0
- Realtime

Finally installed AppWrite through Coolify, can log in and use Functions normally, but Realtime reports an error
AppWrite container logs:
2025-09-05T14:54:26.784219524Z [Error] File: /usr/src/code/app/controllers/general.php 2025-09-05T14:54:26.784225363Z [Error] Line: 1583 2025-09-05T14:54:27.390913587Z [Error] Timestamp: 2025-09-05T14:54:27+00:00 2025-09-05T14:54:27.390976257Z [Error] Method: 2025-09-05T14:54:27.390998670Z [Error] URL: /v1/realtime 2025-09-05T14:54:27.391006555Z [Error] Type: Appwrite\Extend\Exception 2025-09-05T14:54:27.391012722Z [Error] Message: Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details.
Recommended threads
- Realtime listener does not get update wh...
listener (flutter) ``` realtime .subscribe(['databases.6882943XXXXX.tables.public.rows.main']) .stream .listen((message) { print(message); });``` ...
- WebSocket reconnecting issues – Realtime...
Hello! I am experiencing a problem with the Realtime API. My frontend is constantly reconnecting to the WebSocket server, and as a result Realtime is not worki...
- Realtime is not working!!
It shows `Session is not valid`. I am using SSR login. If if set table permission `User(Read)` then realtime can not show update. But if I set table permission...
