I created a new panel and made it private (not public) with the intention to provide the link for other users.
The test link: https://node02.myqtthub.com/panel/show/92A9BD869C78A224FB40D61592CC415B665EEA32 works pefectly well if I previously log in into myqtthub.com but if any user, that is not logged in tries to access, he receives the error message:
Received error response: Bad Request. Failed to get panel by tag 92A9BD869C78A224FB40D61592CC415B665EEA32, panel is not public (0x90004567)
If the user goes to the myqtthub webpage and performs the login, then the link works.
I would like to know if it would be possible to implement one or more of the following options:
- Automatically redirect the user to the login page upon an “access denied” message when accessing a non-public link.
- After the user authenticates, automatically redirect to the panel.
- Display the panels in the user/device home page. Right now when a non-admin user clicks on the “panels” link he receives the following error message: “Failed to check if panels are supported. Received error Response: Forbidden. You are not authorized”
Thank you!