Bug description
Embedded dashboards won't load the /language_pack/{iso code} endpoint because it's authenticated and they aren't logged in.
Proposed solution:
Remove the @has_access from the endpoint or fetch language pack after guest token initialization.
Screenshots/recordings
No response
Superset version
6.0.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
Bug description
Embedded dashboards won't load the /language_pack/{iso code} endpoint because it's authenticated and they aren't logged in.
Proposed solution:
superset/superset/views/core.py
Line 905 in d618837
Remove the @has_access from the endpoint or fetch language pack after guest token initialization.
Screenshots/recordings
No response
Superset version
6.0.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist