Skip to content

after upgrading to 6.0.0 the embedding dashboarding is broken #39682

@sandy4597niko

Description

@sandy4597niko

Bug description

4.1.4 embedding was working fine with guest token but after upgrading to 6.0.0 it is broken

In 4.1.4 the emedding dashboarding was working fine with superset. But recently we have upgraded our superset to 6.0.0 version it is giving below error.

{
"errors": [
{
"message": "403 Forbidden: You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.",
"error_type": "GENERIC_BACKEND_ERROR",
"level": "error",
"extra": {
"issue_codes": [
{
"code": 1011,
"message": "Issue 1011 - Superset encountered an unexpected error."
}
]
}
}
]
}

getting above error after hitting the our domain instead of reports it is showing above error

Screenshots/recordings

In 4.1.4 the emedding dashboarding was working fine with superset. But recently we have upgraded our superset to 6.0.0 version it is giving below error.

{
"errors": [
{
"message": "403 Forbidden: You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.",
"error_type": "GENERIC_BACKEND_ERROR",
"level": "error",
"extra": {
"issue_codes": [
{
"code": 1011,
"message": "Issue 1011 - Superset encountered an unexpected error."
}
]
}
}
]
}

getting above error after hitting the our domain instead of reports it is showing above error

Superset version

6.0.0

Python version

3.10

Node version

18 or greater

Browser

Chrome

Additional context

No response

Checklist

  • I have searched Superset docs and Slack and didn't find a solution to my problem.
  • I have searched the GitHub issue tracker and didn't find a similar bug report.
  • I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions