Abhijeetsinghjat commented on issue #23861: URL: https://github.com/apache/superset/issues/23861#issuecomment-1534466078
> Seems like you set up Superset with one SECRET_KEY and are now using a different one? See the docs on key rotation for how to specify your current key and your new key: https://superset.apache.org/docs/installation/configuring-superset/ Yes it was key issue I reinstalled everything then it was working. But I am not getting an option for Embedded Dashboard under share:  any idea how can I do that? I have configured below things: **SESSION_COOKIE_SAMESITE = None ENABLE_PROXY_FIX = True "EMBEDDED_SUPERSET": True CORS_OPTIONS = { 'supports_credentials': True, 'allow_headers': ['*'], 'resources':['*'], 'origins': ['http://localhost:8088', 'http://localhost:8888'] } FEATURE_FLAGS = {..., "EMBEDDED_SUPERSET": True} ** @khaldoun92 -- 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]
