orange icon indicating copy to clipboard operation
orange copied to clipboard

[help wanted]Join button is disabled/unclickable after successful build and deploy

Open Suggie-Chen opened this issue 3 months ago • 1 comments

Image Description:​​

Hi, thank you for this project.

I cloned the repository from the main branch and followed the setup instructions to build and run the project successfully. However, I am encountering an issue where the ​Join button​ on the interface is disabled (grayed out) and cannot be clicked. Any guidance on what might be causing this or how to debug it would be greatly appreciated.

Suggie-Chen avatar Sep 24 '25 09:09 Suggie-Chen

The Join button only gets enabled if the so called session request for the user returned with a success response. I would recommend you to open the developer tools and check what kind of response you get from the API.

The other thing to check is if you configured your app token and secret.

nils-ohlmeier avatar Sep 24 '25 16:09 nils-ohlmeier