This message was deleted.
# helpdesk
s
This message was deleted.
e
can you post the server and client logs upon connecting? cc @polite-kilobyte-67570
f
yes
In this api call, it was stuck to get the response.
p
hi, can you post the browser client logs too?
(with
setLogLevel('debug')
)
e
looks like the ws connection never establishes
f
I've run .\livekit-server --dev in command window
rtc?access_token=xxx api call remains status "pending"
it worked in Mac.
probably, web socket is not working in windows.
Web socket connection is not working in Windows 11
m
@future-teacher-43715 also writes (pls ๐Ÿงตrelated messages):
Copy code
# 1. Copy this file and rename it to .env.local
# 2. Update the enviroment variables below.
# API key and secret. If you use LiveKit Cloud this can be generated via the cloud dashboard.
LIVEKIT_API_KEY=devkey
LIVEKIT_API_SECRET=secret
# URL pointing to the LiveKit server.
LIVEKIT_URL=<ws://127.0.0.1:7880>
## PUBLIC
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=/api/token
It's my .env.local file
d
@future-teacher-43715 I think the issue here is a regress preventing the server from working correctly on Windows. If you are able to pull the latest code from repo and build there, it should work correctly on Windows
f
@dry-elephant-14928 I installed WSL ubuntu and installed livekit there, and I was able to make it working.
๐Ÿ™Œ 1
d
fantastic.. the next version 1.4.3 should work natively on Windows