-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Cannot view dashboards as public user #16718
Comments
Mine has the same problem and the same error. What can I do to solve this problem? I don't know. Did you handle it |
this happens due new report feature in #16027, which tries to fetch saved reports on chart/chart created by logged in user and fails because user is not set if not logged in. |
I am also facing this issue. |
Turn ALERT_REPORTS off or pull my patch referenced above and try again. |
@mayurnewase Thanks for the reply. |
@mayurnewase I have been trying to find a simple solution for this issue. I can see that your patch (#17106) has been merged into master. |
This is still an issue in version 1.4.0. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Having public dashboards available would be awesome, however, i think it's partly prevented by #17227 as well |
The public, i.e. people not logged in, can view dashboards in version 2.0.0. I have IMO this can be closed as fixed in 2.0.0. |
This always worked imho, but can others also access the dashboard purely based on the data access permissions?
Especially on a different dashboard, that hasn't assigned any roles access?
That's the part that doesn't work for me.
…
Am 23.09.2022 um 15:28, Sam Firke ***@***.***> schrieb:
The public, i.e. people not logged in, can view dashboards in version 2.0.0. I have DASHBOARD_RBAC feature flag enabled and the Public role assigned under dashboard properties -> Roles. Because it's mentioned above, I also have ALERT_REPORTS flag enabled too.
IMO this can be closed as fixed in 2.0.0.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Not sure, my use case doesn't do much with data access permissions and I've been assigning the Public role to all public-facing dashboards. |
Closing this as per the comment above. |
I set the public user permissions to allow all the permissions I could find. I then got the public link and added "?standalone=true". I am not able to view the dashboard.
Expected results
I expect to be able to see the dashboards as a public user with the correct permissions.
Actual results
I get a very non-descriptive error or the frontend.
Screenshots
How to reproduce the bug
Environment
(please complete the following information):
Using the docker image: apache/superset:1.3.1rc1 with the helm deploy
1.3.1-rc1
Python 3.7.9
The following config overrides were used with the deploy to allow it to run in an iframe and enable some features.
Additional context
This used to work perfectly fine with apache/superset:1.1.0 and now does not seem to.
Logs from the server
Logs from the worker
`
logging was configured successfully
2021-09-16 13:09:16,979:INFO:superset.utils.logging_configurator:logging was configured successfully
2021-09-16 13:09:16,988:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
`
The text was updated successfully, but these errors were encountered: