Hello @mihairosu,
It sounds like your diagnosis is on the right track. Here are the most likely causes based on what you’ve described:
- Check that the guest user actually has the Users role
Since the point shows Users = checked and Anonymous = unchecked, the guest account must:
- Be successfully logged in
- Belong to the
Usersrole
If the guest account was created manually rather than through the usual user-creation workflow, it’s possible it never received that role.
You can verify under Administration → Users → guest.
- Confirm whether auto‑login is actually succeeding
If your auto‑login fails silently, Mango will treat the session asAnonymous, and any point that does not allowAnonymousaccess will simply disappear with no warning.
To verify:
- Open your dashboard URL in a private/incognito window
- Check whether Mango shows you logged in as guest
Also, your example URL uses:
autoLoginPassword=guest1234
But you mentioned the password is guest. If those don’t match, the login will fail and the session becomes anonymous.
- For meta points specifically
- Meta data points inherit visibility from their own permissions, but their values come from underlying source points.
- If the guest user does not have permission to read one of the source points a meta point depends on, the meta point may appear on the dashboard but will fail to resolve a value.
- So make sure the source points also include the Users role (or whatever group your guest belongs to).
- Version change (5.6.2 → 5.6.3)
- Since this was working before the upgrade, it’s worth checking the 5.6.3 release notes. There have been a few changes recently around role evaluation and anonymous access. Even subtle permission tweaks could affect dashboards that rely on auto‑login.
https://docs-v5.radixiot.com/v5-release-notes-overview