GitHub user OnlineProxy-io added a comment to the discussion: 
selenium.common.exceptions.InvalidCookieDomainException: Message: invalid 
cookie domain

This error usually pops up ‘cause Selenium’s trying to set a cookie on a domain 
that doesn’t match what’s currently loaded in the browser. It’s a common 
hiccup-especially if you’re hitting Superset through localhost or an IP like 
127.0.0.1 instead of a proper domain name. To fix it, make sure 
WEBDRIVER_BASEURL and SUPERSET_WEBDRIVER_URL in your superset_config.py are 
both pointing to the actual domain you use to access Superset. Skip the 
127.0.0.1 stuff in production-it’ll just cause headaches.

GitHub link: 
https://github.com/apache/superset/discussions/34122#discussioncomment-13725039

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

Reply via email to