You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
because the stats page is fetched via http. look at your console in chrome. it should state something like: "blocked mixed-content". you can't downgrade from https to http. meaning, you can't go on a https website and fetched non https content.
use a reverse proxy for your api port and everything should work.
I do it with haproxy (as reverse proxy for both statis website and api) and nginx (for the static website delivery).
Stats are not being displayed when using SSL
The text was updated successfully, but these errors were encountered: