Skip to content

Refresh embedded dahboard getting logiut supersetapp and embedded dasboard geeting forbidded #32903

@Kranthi32

Description

@Kranthi32

Bug description

I created a user and assaigned public ,gama role.i am new to this plz shpport

Superset config below first time loadijng second tine refresh supersetapp logs out and embedded dashboard 403

FEATURE_FLAGS = {"ALERT_REPORTS": True,"EMBEDDED_SUPERSET": True}
ALERT_REPORTS_NOTIFICATION_DRY_RUN = True
WEBDRIVER_BASEURL = "http://superset:8088/"

WEBDRIVER_BASEURL_USER_FRIENDLY = WEBDRIVER_BASEURL
SQLLAB_CTAS_NO_LIMIT = True

WTF_CSRF_ENABLED = False

ENABLE_CORS = True
ALLOW_CORS = True

CORS Enabling
CORS_OPTIONS = {
"supports_credentials": True,
"allow_headers": "",
"expose_headers": "",
"resources": "*",
"origins": ["http://localhost:3000","http://localhost:8088"]
}

OVERRIDE_HTTP_HEADERS = {'X-Frame-Options': 'ALLOWALL'}
TALISMAN_ENABLED = False

GUEST_ROLE_NAME = "Gamma"

Screenshots/recordings

No response

Superset version

master / latest-dev

Python version

3.9

Node version

16

Browser

Chrome

Additional context

No response

Checklist

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions