Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliases not working with public dashboards #82

Closed
pb66 opened this issue May 21, 2017 · 4 comments · Fixed by #220
Closed

Aliases not working with public dashboards #82

pb66 opened this issue May 21, 2017 · 4 comments · Fixed by #220
Assignees

Comments

@pb66
Copy link
Contributor

pb66 commented May 21, 2017

See "Accessing public dashboard is not possible using alias "

http://emon/emoncms/dashboard/view?id=4 works publicly and when logged in

http://emon/emoncms/dashboard/view/name only works when logged in

the alias also works ok when used with an apikey eg

http://emon/emoncms/dashboard/view/name&apikey=abc123def456

@glynhudson
Copy link
Member

Thanks for reporting. Is this due to a recent change? I.e did alias work previously? I can confirm that I can re-create this issue.

Dashboard URLs work differently on emoncms.og, dashboard/view is not needed and alias works e.g. https://emoncms.org/beehive/live

@chaveiro
Copy link
Contributor

chaveiro commented Jul 24, 2017

"hostname/emon_folder/dashboard/view/alias" is not supported un-autenticated, use instead:
"hostname/emon_folder/username/alias"

Confirm it's working this way please.

@Paul-Reed
Copy link
Member

No update since last comment 24th July, safe to assume that alias working as intended & close?
// @pb66

@pb66
Copy link
Contributor Author

pb66 commented Oct 29, 2017

Yes this can be closed.
Chaveiro's comment make total sense as without a userid, dash id or apikey there is no way of determining the actual dash being requested unless we were to make dash aliases unique (across the whole server not per account).

My set up is significantly different now so I cannot test to confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants