Skip to content
New issue

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

Error with creating remoteStorage server #30

Open
mvajid opened this issue Nov 14, 2024 · 0 comments
Open

Error with creating remoteStorage server #30

mvajid opened this issue Nov 14, 2024 · 0 comments

Comments

@mvajid
Copy link

mvajid commented Nov 14, 2024

Hello,

First of all, thank you so much for this repo. Absolutely love it.
While the free community server is great for testing, I want to setup my own on my Ubuntu box (as per this doc: https://github.com/FrigadeHQ/remote-storage/blob/main/apps/remote-storage-server/README.md)

For the standalone setup, I am constantly getting these errors:

remote-storage-server-api-1 | Redis Client Error Error: connect ECONNREFUSED 127.0.0.1:6379
remote-storage-server-api-1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16) {
remote-storage-server-api-1 | errno: -111,
remote-storage-server-api-1 | code: 'ECONNREFUSED',
remote-storage-server-api-1 | syscall: 'connect',
remote-storage-server-api-1 | address: '127.0.0.1',
remote-storage-server-api-1 | port: 6379
remote-storage-server-api-1 | }
remote-storage-server-api-1 | Redis Client Error Error: connect ECONNREFUSED 127.0.0.1:6379
remote-storage-server-api-1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16) {
remote-storage-server-api-1 | errno: -111,
remote-storage-server-api-1 | code: 'ECONNREFUSED',
remote-storage-server-api-1 | syscall: 'connect',
remote-storage-server-api-1 | address: '127.0.0.1',
remote-storage-server-api-1 | port: 6379
remote-storage-server-api-1 | }
remote-storage-server-api-1 | Redis Client Error Error: connect ECONNREFUSED 127.0.0.1:6379
remote-storage-server-api-1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16) {
remote-storage-server-api-1 | errno: -111,
remote-storage-server-api-1 | code: 'ECONNREFUSED',
remote-storage-server-api-1 | syscall: 'connect',
remote-storage-server-api-1 | address: '127.0.0.1',
remote-storage-server-api-1 | port: 6379
remote-storage-server-api-1 | }

The REDIS variables are commented in the .env file but still it keeps throwing this error. I followed the instructions as per the doc.

Any help or pointers would be appreciated. I just want to have an api server running where I can send the requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant