Open msimbao opened 3 years ago
We fixed this partly. But sometimes it still has cases where clicking a button will not respond immediately and you end up having to refresh the page. We've tracked it down to a server issue when running on heroku. If the server takes long to respond, restart the client seems to help but probably the error will go if we just build everything on the client side to depend on firebase
We eventually did have everything on the client side depend largely on firebase and instead populate our data using the server and a scheduled script that runs every morning, but still need to grab all news data from firebase without breaking the current app
the my teams section will sometimes have some teams randomly appear and disappear when reloaded.