Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: There was an issue fetching the favorite status of this dashboard (#6824) #8013

Merged
merged 1 commit into from
Aug 9, 2019

Commits on Aug 8, 2019

  1. Fix: There was an issue fetching the favorite status of this dashboard

    …apache#6824
    
    Issue: When Superset is running behind a reverse proxy and the dashboard page is requested with HTTPS protocol, the frontend can't retrieve the favorite status of the dashboard and, instead, displays the following toast message: 'There was an issue fetching the favorite status of this dashboard.'
    
    Cause: While the API exposes the /favestar/Dashboard/{id}/count/ endpoint, the frontend executes an API call to /favestar/Dashboard/{id}/count, which leads to a redirect to an endpoint with HTTP protocol
    
    Fix: Call the correct endpoint
    arthurduarte committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    46bb4be View commit details
    Browse the repository at this point in the history