Replies: 3 comments 9 replies
-
Can you provide the error messages you are receiving? This will help clarify what the error could be. |
Beta Was this translation helpful? Give feedback.
-
I am guessing the IP address you're using is actually your IP address? Try using this within the origins array in the server configuration [Origins.LOCALHOST, Origins.LOCALHOST_IN_DEVELOPMENT] and in your gameServer within the lobby try |
Beta Was this translation helpful? Give feedback.
-
If you are still working on this:
|
Beta Was this translation helpful? Give feedback.
-
I've followed the React tutorial for TicTacToe, and after finishing with the Remote Master I thought I would try to set up a Lobby.
However, I'm having some trouble following the documentation on how that is done. It seems pretty straight forward, but I've encountered problems.
After I first included the <Lobby.....> code, I got a nice bit of UI where I could enter a name and create matches. As soon as I clicked a button, though, I started getting error-messages about failing to retrieve list of matches.
I've restartet my server a few times, but the problem persists.
Googling isn't getting me any further, so I'm hoping someone can help.
My guess is that I'm missing something with either the Lobby-client or the server, but I could be completely wrong.
Here is my repository:
https://github.com/Lossfelt/bgio-tutorial
Beta Was this translation helpful? Give feedback.
All reactions