I'm new to web-apps, and am trying to get a functioning one to tweak for a christmas lockdown poker game, so thanks for the nice example.
The demo deployed (https://pypoker.herokuapp.com/) seems to work fine, but when I clone and deploy it to heroku myself the table renders, but not the players or chips.
When I check the Heroku log files I see the following:
Hi,
I'm new to web-apps, and am trying to get a functioning one to tweak for a christmas lockdown poker game, so thanks for the nice example.
The demo deployed (https://pypoker.herokuapp.com/) seems to work fine, but when I clone and deploy it to heroku myself the table renders, but not the players or chips.
When I check the Heroku log files I see the following:
Is the version on git the same as the one deployed in your working example?
Any ideas as to what the issue could be, and how to fix it?
Thanks