ThomasInKU / Covid19-Tracker

This Covid19-Tracker application is a part of KU ISP project proposal.
https://cpske.github.io/ISP/
Other
2 stars 2 forks source link

Heroku caching error #108

Closed lisbono2001 closed 3 years ago

lisbono2001 commented 3 years ago

I thought that caching error due to caching of web browsers but the problem is from Heroku, it's caching everything to reduce loading of itself.

Problem we found: Puvana logged-in before me 2 minutes, he tried chose and the pinned area, he found that cache fixing that pushed is not working, same errors occurred. After that I logged-in using different account but when I selected same countries that Puvana chose, all information on the page I got was as same as Puvana's.

You guys have any idea? Should we use new deployer instead?

bhatara007 commented 3 years ago

Good idea bro, Can we try? @Noboomta @toey10112

Noboomta commented 3 years ago

πŸ˜±πŸ‘ΎπŸ˜“

lisbono2001 commented 3 years ago

I think that is it because we build an object outside request view function in views.py file? That's may the reason that conflict with other user data. If it true, we may have to slow down some part of our web-page to fix that.

lisbono2001 commented 3 years ago

Problem solved, the error caused of comment above.