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

Freezing issue while embedding dashboard from metabase to other applications #6572

Closed
kunalmanuanant opened this issue Dec 13, 2017 · 7 comments
Labels
Database/Oracle Priority:P2 Average run of the mill bug Type:Bug Product defects

Comments

@kunalmanuanant
Copy link

kunalmanuanant commented Dec 13, 2017

@tlrobinson @camsaul @kdoh @salsakran @mazameli I am new to Metabase and embedded the dashboard in my java application but i am facing freezing problem(click on the circle of line graph and it tool tip freeze) . I think whenever i click on the graph it try to fetch more data from the database and in metabase log it show this error "ORA-01000: maximum open cursors exceeded". Is there any way to restrict embedded applications sync only to view mode?
metabase

@kunalmanuanant kunalmanuanant changed the title I am new to Metabase and embed the dasboard in my java application but i am facing freezing problem(click on the circle of line graph and it tooltip freeze) . I think whenever i click on the graph it try to fetch more data from the database and show me this error on the log "ORA-01000: maximum open cursors exceeded".Is there any way to restrict embedded applications sync only to view mode? Freezing problem in dashboard during publishing Dec 13, 2017
@kunalmanuanant kunalmanuanant changed the title Freezing problem in dashboard during publishing Freezing problem in dashboard Dec 13, 2017
@kunalmanuanant kunalmanuanant changed the title Freezing problem in dashboard Freezing issue while embedding dashboard from metabase to other applications Dec 13, 2017
@salsakran
Copy link
Contributor

probable dupe of #6467

@salsakran salsakran added Type:Bug Product defects Database/Oracle Priority:P2 Average run of the mill bug labels Dec 13, 2017
@tbrockhouse
Copy link

I am also experiencing this issue, tool tip freezes after clicking on an embedded chart (Version 0.27.2).
I get the following error in the Chrome console when viewing the question in embed preview.

image

@pre-rendered
Copy link

Also running into this issue in v0.28.1. I get the same error as @tbrockhouse in Chrome's console. I get a different error in Firefox:

image

This was the closest related issue I could find that had a resolution: #4671 but the suggestion to not self-close the <iframe> tag does not fix the problem for me.

Most likely related, but unknown if they are embedding their dashboard: #6711

@kelsen
Copy link

kelsen commented Aug 16, 2019

I'm having this issue also with embeded dashboard, I believe that setting iframe width=100% combined with @StraylightSky's "self-close" <iframe> tag solution has worked, at least untill now.

@flamber
Copy link
Contributor

flamber commented May 25, 2020

Closing, since original issue was likely fixed by one of the PRs for #6467.
I cannot reproduce on 0.35.3, but the "sticky" tooltip on touch/mobile devices is #6711.
Please comment with version info and code to reproduce if you're still experiencing this.

@flamber flamber closed this as completed May 25, 2020
@theharisshah
Copy link

I am facing this issue on version 0.34.1, the embedded dashboards work fine when opened on phone, or on mac (chrome) but when opening on windows 10 (almost every browser) the page becomes unresponsive and shows loading animation.
I am using php here is my code

$signer = new Sha256();
$token = (new Builder())
            ->set('resource', ['dashboard' => 1])
            ->set('params', ['param' => ''])
            ->sign($signer, env('METABASE_SECRET_KEY'))
            ->getToken();
 $metabaseSiteUrl = env('METABASE_URL');
return "$metabaseSiteUrl/embed/dashboard/$token#bordered=false&titled=true";

Please not I am also getting these console errors irrespective of the platform

vendor.bundle.js?8902e0cb00fa4456f7bb:1 Uncaught Invariant Violation: Minified React error 44; 

@flamber
Copy link
Contributor

flamber commented Sep 18, 2020

@theharisshah Try upgrading to latest release, 0.36.4, remember to backup first.
Please use the forum for questions and troubleshooting: https://discourse.metabase.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Database/Oracle Priority:P2 Average run of the mill bug Type:Bug Product defects
Projects
None yet
Development

No branches or pull requests

7 participants