关于在doker中部署superset后远程登录时原地跳转的问题 排除密码错误后实时log查看报错: docker logs -f superset 发现问题为 flask_wtf.csrf:The CSRF session token is missing. 原因是Superset 使用Flask和Flask-Login进行用户会话管理。以及 TALISMAN_ENABLED 这个对跨站点登陆有限制,需要关闭 解决方案-> **注意镜...
validate_csrf(self._get_csrf_token()) File "/usr/local/lib/python3.9/site-packages/flask_wtf/csrf.py", line 103, in validate_csrf raise ValidationError("The CSRF session token is missing.") wtforms.validators.ValidationError: The CSRF session token is missing. During handling of the above ...
File "/usr/local/lib/python3.9/site-packages/flask_wtf/csrf.py", line 307, in _error_response raise CSRFError(reason) flask_wtf.csrf.CSRFError: 400 Bad Request: The CSRF session token is missing. 2023-08-22 08:24:06,262:WARNING:superset.views.base:Refresh CSRF token error Traceback (...
但是无法登录(提示:wtforms.validators.ValidationError: The CSRF session token is missing.),是...
ErrorThe CSRF session token is missingwhen embed superset in iframe Expected results Embed charts or dashboard in my web page via iframe Code
#7452 Adds missing metric sum__SP_RUR_TOTL (#7452) (@rjurney) #7422 feat: Add validate_sql_json endpoint for checking that a given sql query is valid for the chosen database (#7422) (#7462) (@bearcage) #7416 feat: Scheduling queries from SQL Lab (#7416) (#7446) (@DiggidyDave)...
"""The main config file for Superset All configuration in this file can be overridden by providing a superset_config in your PYTHONPATH as there is a ``from superset_config import *`` at the end of this file. """ # pylint: disable=too-many-lines import imp # pylint: disable=...
2c04d3c [bugfix] save dash fails with CSRF related error (#2552) (@mistercrunch) 337454b [hotfix] slice with missing datasource related (@mistercrunch) b7f46eb [hotfix] dashboard fails when a slice is missing its datasource (@mistercrunch) 10773f9 URL Params macro (#2537) (@mistercrun...
wtforms.validators.ValidationError: The CSRF token is missing. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1821, in full_dispatch_request ...
CSRFError(reason) flask_wtf.csrf.CSRFError: 400 Bad Request: The CSRF session token is missing. 2023-09-30 20:55:31,436:WARNING:superset.views.base:Refresh CSRF token error Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/flask_wtf/csrf.py", line 261,...