Skip to content

Document fix for Something went wrong with embedded authentication. Check the dev console for details. #1198

@ambroiseRabier

Description

@ambroiseRabier

Related to: #925

Env

Brand new Ulmo installation with Aspects plugin. tutor local and HTTPS to true.

The error

In LMS embedded dashboard: Something went wrong with embedded authentication. Check the dev console for details.

The fix

name: superset-fix
version: "0.1.0"
patches:
  openedx-common-settings: |
    import os
    os.environ["OAUTHLIB_INSECURE_TRANSPORT"] = "1"
    SUPERSET_CONFIG["internal_service_url"] = "http://superset:8088"

The issue

In the github issue that was closed, linked above, it is mentioned at the end that everything is documented in https://docs.openedx.org/projects/openedx-aspects/en/latest/technical_documentation/how-tos/troubleshooting_aspects.html (oct 2025).

Implying that the plugin above, which is derived from above issue, is either documented or unnecessary.
However I was only able to make embedded dashboard work only with the help of the plugin, everything else failed.

Proposal

I believe it should be documented in docs.openedx.org, and be added in this repository Readme install instructions. If not integrated by default in source code.

Disclamer

As someone new to Open edX... I do have to wonder if I am the only one having encountered this issue in the past 5 months (=Installed Aspects on latest Open edX). Or if I missed something in the install instructions. Or if I have an environment which differ from what most operators have?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions