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
On my linux PC, I can login to my server and everything works as it should.
However, when I go to login on my android mobile, or even my self hosted web instance, I get errors.
On the web client, it says "Failed to Fetch."
On the mobile client it keeps asking for my credentials and never syncs with my server.
This is a very odd problem considering it works on my computer. Please any help would be appreciated.
According to error logs:
==> syncing-server-worker.err <== [ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.3:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) localhost (127.0.0.1:3101) open [ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.2:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) [ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.2:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) [ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.2:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) localhost (127.0.0.1:3101) open
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On my linux PC, I can login to my server and everything works as it should.
However, when I go to login on my android mobile, or even my self hosted web instance, I get errors.
On the web client, it says "Failed to Fetch."
On the mobile client it keeps asking for my credentials and never syncs with my server.
This is a very odd problem considering it works on my computer. Please any help would be appreciated.
According to error logs:
==> syncing-server-worker.err <==
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.3:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
localhost (127.0.0.1:3101) open
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.2:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.2:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 172.23.0.2:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)
localhost (127.0.0.1:3101) open
The text was updated successfully, but these errors were encountered: