Hello I am trying to connect to Lavalink from glitch but it won’t allow me. The Lavalink server is running on my localhost and I am trying to connect externally. My node setup is as follows:
"nodes": {
[
"host": "MY PC IP",
"port": 2333,
"password": "MYPASS"
]
}
Please help me. My project: my-client