GitHub user ambarishp edited a discussion: CSR FError: 400 Bad Request for /superset/log/?explode=events&dashboard_id=
Currently we are using superset version 4.1.2. In superset app logs , keep getting below error for /log api, every time access the dashboard. There is no impact on dashboard loading. How can avoid this error permanently Error: flask_wtf.csrf.CSRFError: 400 Bad Request: The CSRF token is missing. 10.244.2.64 - - [03/May/2025:22:28:18 +0530] "POST /superset/log/?explode=events&dashboard_id=106 HTTP/1.1" 302 219 "https://domainname/superset/demo/?standalone=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" 10.244.50.0 - - [03/May/2025:22:28:18 +0530] "GET /login/ HTTP/1.1" 302 207 "https://domainname/superset/dashboard/demo/?standalone=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" 10.244.175.128 - - [03/May/2025:22:28:23 +0530] "GET /login/ HTTP/1.1" 302 207 "https://domainname/superset/dashboard/demo/?standalone=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" 10.244.182.226 - - [03/May/2025:22:28:23 +0530] "GET / HTTP/1.1" 302 301 "https://domainname/superset/dashboard/demo/?standalone=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" 2025-05-03 22:28:26,406:INFO:flask_wtf.csrf:The CSRF token is missing. 2025-05-03 22:28:26,407:WARNING:superset.views.error_handling:Refresh CSRF token error Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/flask_wtf/csrf.py", line 261, in protect validate_csrf(self._get_csrf_token()) File "/usr/local/lib/python3.11/site-packages/flask_wtf/csrf.py", line 100, in validate_csrf raise ValidationError("The CSRF token is missing.") GitHub link: https://github.com/apache/superset/discussions/33386 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org