We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The live logs function doesn't work because the websocket connects on the wrong port.
It is trying to connect via SSL to the HTTP port 3012 instead of HTTPS port 3013.
I have set the value https://subdomain.domain.com for base_app_url. I think the problem is due to that.
https://subdomain.domain.com
0.8.46
Single server
Yes
Log Watcher: Server Connect Error: Error: websocket error (https://<ip>:3012)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The live logs function doesn't work because the websocket connects on the wrong port.
It is trying to connect via SSL to the HTTP port 3012 instead of HTTPS port 3013.
Your Setup
I have set the value
https://subdomain.domain.com
for base_app_url. I think the problem is due to that.Cronicle software version?
0.8.46
Are you using a multi-server setup, or just a single server?
Single server
Can you reproduce the crash consistently?
Yes
Log Excerpts
Log Watcher: Server Connect Error: Error: websocket error (https://<ip>:3012)
The text was updated successfully, but these errors were encountered: