rahman-nero commented on issue #36459:
URL: https://github.com/apache/superset/issues/36459#issuecomment-3675040188
Found fix. Edit /superset/views/core.py, line 902:
```
@event_logger.log_this
@has_access
@expose("/language_pack/<lang>/")
def language_pack(self, lang: str) -> FlaskResponse:
```
removing `@has_access` fixes that
--
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]