d1manson opened a new issue, #35073: URL: https://github.com/apache/superset/issues/35073
### Bug description If you embed a dashboard, and authenticate using a guest JWT token, the dashboard can be almost entirely ok, except for the time range filter, which shows an error and doesn't allow you to apply changes even if you ignore the error and make a selection. <img width="842" height="541" alt="Image" src="https://github.com/user-attachments/assets/d13ce4a1-cad3-43bb-9b5a-1b537dd38270" /> Looking at the network tab it seems the GET request to `api/v1/time_range/?q=%27Last+year%27` returns a 403, even though the response should contain totally boring data (as far as i understand). ### 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]
