LeoDiep commented on issue #20425:
URL: https://github.com/apache/superset/issues/20425#issuecomment-1669004859

   I got another problem, please help me take a look at this. Thank you a lot 
for your support
   
![image](https://github.com/apache/superset/assets/99783557/d692c998-4e66-433b-9938-512e3706feb2)
   
   The config I set up in superset_config.py as:
   ```
   ENABLE_CORS = True
   CORS_OPTIONS = {
         'supports_credentials': True,
         'allow_headers': '*',
         "expose_headers": '*',
         'resources': '*',
         'origins': ['dashboard.aaa.com']
       }
   SUPERSET_WEBSERVER_DOMAINS = 
['dashboard.aaa.com','1.dashboard.aaa.com','2.dashboard.aaa.com','3.dashboard.aaa.com']
   SESSION_COOKIE_DOMAIN = 'dashboard.aaa.com'
   ```


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