-
Notifications
You must be signed in to change notification settings - Fork 84
Replies: 1 comment · 4 replies
-
Try |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @jibon57, sorry I am not really familiar with NATS, where should I set this host ? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I tried this
But still got the same error |
Beta Was this translation helpful? Give feedback.
All reactions
-
try: 6108001 |
Beta Was this translation helpful? Give feedback.
All reactions
-
How could it work in linux?, in debian for an EC2?, please help, I've already tried a lof of things but i think thet there should be something else. This's how i tried using docker's internal network, and if i install curl, or use wget or nats client from API to nats server it works, i've even gave permissons in chmod cos i found that in the nats server there's no one stream (that were supposed to be by the configuration of config.yaml, cos i looked that could be related with permissons [https://github.com/nats-io/nats.go/issues/1566]) but nothing works when finally i execute docker compose build here's part of my config.yaml nats_info: nats_urls:- "tls://auth:LM(jTdsUGbB7M9y8^[email protected]:4222"nats_urls: nats websocket will be required for the pnm client to connectif the pnm client can't connect with this URL then user won't be able to joinnats_ws_urls: here's my entire nats_server.conf listen: 0.0.0.0:4222 jetstream { } websocket { accounts { system_account: SYS authorization { Mejoras de logging para producciónlogtime: true and my logs: NATS LOGS 45C4Z75ZL6HRG4.LDM 56] docker compose logs plugnmeet-api |
Beta Was this translation helpful? Give feedback.
All reactions
-
👀 1
-
I am trying to test out the plugNmeet server for a personal project. When I try to spin up the docker environment using sample configs given. All the containers are spun up but the plugnmeet-api is not able to discover nats server and exits. I have already troubleshooted around docker network, all the containers seem to be in same docker network. So I am not sure why the api is not able to discover nats. I am using Macbook Pro M1.
docker-compose.yml
nats logs:
plugnmeet-api logs:
Beta Was this translation helpful? Give feedback.
All reactions