While usining domain and im im messaging tab i see: 500 Internal Error
But when i use IP:PORT
i see this:
(Photo)
Where is problem
The console looks like this:
TypeScript
createSocket @ sdk.Ba_-dB3s.js:1
(anonymous) @ sdk.Ba_-dB3s.js:1
sdk.Ba_-dB3s.js:1 Realtime got disconnected. Reconnect will be attempted in 5 seconds. ```
TL;DR
Issue: Error encountered while trying to use a domain, resulting in 500 Internal Error, but no issues when using IP:PORT.
Console Error:
WebSocket connection to 'wss://appwrite.wvn.cz/v1/realtime?project=console&channels%5B%5D=console&channels%5B%5D=project' failed.
Solution: Check domain configuration for WebSocket connection issues. Consider troubleshooting domain settings or consulting with domain service provider.Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...