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
- RealtimeResponseEvent Typescript Bug
Hello, could you please fix RealtimeResposneEvent, the one in realtime.ts have timestamp: string, but the one in client.ts have timestamp: number, and it causes...
- Realtime Docs are outdated
The Realtime docs are outdated.
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...