Nextcloud Talk High Performance Backend -Call not available

Hi all. I used this guide How to Install Nextcloud Talk High Performance Backend with Stun/Turnserver on Ubuntu – Markus' Blog to set up.
My system. Nexcloud server behind NAT. Server signaling external IP address.
The systems on both servers are Ubuntu 20.04.4 LTS.
The signaling server is registered in the Nexcloud settings, the check is passing, there is a response from standalone-signaling/api/v1/welcome.
When creating chats in talk, an error pops up “Failed to join the conversation. Try to reload the page.”
Also, the call button is not active. In the output of the systemctl status signaling command, I see
Jun 27 13:48:16 hbs signaling[8528]: hub.go:822: Invalid message {Marshaler: Unmarshaler: Id: Type: Hello: Bye: Room: Message: Control: Internal: TransientDat>
Jun 27 13:48:19 hbs signaling[8528]: client.go:303: Error reading from 176.59.15.184: read tcp 127.0.0.1:8080->127.0.0.1:39734: use of closed network connection
Jun 27 13:48:20 hbs signaling[8528]: client.go:282: Client from 176.59.15.184 has RTT of 48 ms (48.501612ms)
Jun 27 13:48:20 hbs signaling[8528]: hub.go:822: Invalid message {Marshaler: Unmarshaler: Id: Type: Hello: Bye: Room: Message: Control: Internal: TransientDat>
Jun 27 13:48:23 hbs signaling[8528]: client.go:303: Error reading from 176.59.15.184: read tcp 127.0.0.1:8080->127.0.0.1:39736: use of closed network connection
Jun 27 13:48:24 hbs signaling[8528]: client.go:282: Client from 176.59.15.184 has RTT of 45 ms (45.339979ms)
Jun 27 13:48:24 hbs signaling[8528]: hub.go:822: Invalid message {Marshaler: Unmarshaler: Id: Type: Hello: Bye: Room: Message: Control: Internal: TransientDat>
Jun 27 13:48:27 hbs signaling[8528]: client.go:303: Error reading from 176.59.15.184: read tcp 127.0.0.1:8080->127.0.0.1:39738: use of closed network connection
Jun 27 13:48:29 hbs signaling[8528]: client.go:282: Client from 176.59.15.184 has RTT of 159 ms (159.249484ms)
Jun 27 13:48:29 hbs signaling[8528]: hub.go:822: Invalid message {Marshaler: Unmarshaler: Id: Type: Hello: Bye: Room: Message: Control: Internal: TransientDat>
lines 1-19/19 (END)

I’m at a loss. What to do?

Hey @NoS

please add some details to your problem description: Nextcloud version, Talk version, HPB version, Go version etc.

Other than that, please try to rebuild the signaling server (use make clean before doing so).

Also see Version 0.5.0 does not work as update from 0.4.1 (Periodic errors: "use of closed network connection") · Issue #271 · strukturag/nextcloud-spreed-signaling · GitHub