EuphoriaCelestial opened a new issue, #35714:
URL: https://github.com/apache/superset/issues/35714
### Bug description
The bug is I can not get any information on dashboards using API, I tried to
use endpoint `/api/v1/dashboard `to get list of all dashboard, and
`/api/v1/dashboard/{id}` to get detail of a dashboard
I logged in using Superset admin credential, I also double check
ab_user_role table to make sure it has Admin role, I used the access_token in
authorization header in every request after login
The list all dashboard returned:
```
"count": 0,
"description_columns": {},
"ids": [],
```
meanwhile, there are over 200 dashboards in database. The UI still be able
to show all of them, but API return 0
### Screenshots/recordings
_No response_
### Superset version
master / latest-dev
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [ ] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [ ] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [ ] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]