All vaues showing zero #898
-
Hi, I upgraded to latest code and for some reason all my metrics are showing as zero values. This was happening from previous version also. How can I resolve this? Where do I look?
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, Anyone can help? |
Beta Was this translation helpful? Give feedback.
-
You can try cloning the repo and running in dev mode. If you connect to your current database, it should work the same, Then, set |
Beta Was this translation helpful? Give feedback.
You can try cloning the repo and running in dev mode. If you connect to your current database, it should work the same, Then, set
LOG_QUERY = 1
in your .env file and you should see the SQL queries printed to the log output. Run those queries to see what data is being returned.