jminuscula / dixit-online

Online version of the Dixit boardgame
MIT License
76 stars 21 forks source link

Seeing only debug game screen not card images #8

Open lpamu opened 4 years ago

lpamu commented 4 years ago

I was able to run server and client. When I login as first user. I am getting only "DebugScreen", not getting the card images. Instead of cards I see this text: debug game screen { "id": 1, "name": "test", "status": "new", "createdOn": null, "lastActive": null, "rounds": [ { "id": 1, "number": 0, "turn": { "id": 1, "name": "test1", "score": 0, "number": 0 }, "status": "new" } ], "scoreboard": [ { "name": "test1", "score": 0 } ] }