thalesvon commented on issue #18126:
URL: https://github.com/apache/superset/issues/18126#issuecomment-1068473985


   For anyone interested on this thread, the error message was misleading. 
   I found an error on the superset logs with the message:
   
   `The CSRF session token is missing`
   
   I added the following to my `superset_config.py` and the iframe worked like 
a charm.
   
   ```python
   SESSION_COOKIE_SAMESITE = None
   ```
   
   This issue describes the CSRF token error: 
https://github.com/apache/superset/issues/8382


-- 
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]

Reply via email to