Closed canadaduane closed 5 years ago
Oh, instead of setting the port, you should set the URL of the "default provider" that the CLI will try to connect to. The port is only used when setting up the service. I think there's also a bug right now where local folder sync won't work if it's not on the default port.
So you could do:
dat store set-provider http://localhost:3500
Got it, thanks!
I set the API port to 3500 on the service via
dat store run-service --port 3500
.However, when I try to list dat stores, the
--port
flag seems to be ignored:I also tried
dat store list --port 3500