You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a Linux system, and the above is the content of my .env.local file. However, I found that I cannot connect. How can I solve this issue? I used the same method on Mac, and it worked fine.
The text was updated successfully, but these errors were encountered:
can you provide logs? what does livekit server indicate
It looks like the connection to the ws is not working. There seems to be an issue with LIVEKIT_URL="ws://127.0.0.1:7880". It works when I switch to the public IP, but I still want to use the local IP.
LIVEKIT_API_KEY="devkey"
LIVEKIT_API_SECRET="secret"
LIVEKIT_URL="ws://127.0.0.1:7880"
I am using a Linux system, and the above is the content of my .env.local file. However, I found that I cannot connect. How can I solve this issue? I used the same method on Mac, and it worked fine.
The text was updated successfully, but these errors were encountered: