Undefined / Not Found Dashboard

V 0.33.5

When I am trying to embed my published dashboard, I get a Not Found image for the preview like so:

And then when I go to my embed link, the iframeUrl i see is:
var iframeUrl = METABASE_SITE_URL + "/embed/undefined/" + token + "#bordered=true&titled=true";

When I try embedding it, I get the Not Found iframe on my application. I am able to embed the individual questions from this dashboard fine though.

I'm not sure what i'm doing wrong and any help would be appreciated.

Thanks!

Hi @Jazzy
Can you post the Diagnostic Info from Admin > Troubleshooting?
Also, can you check the Logs too, since there might be more details.
Are you new to Metabase or did this used to work on previous versions?

{
“browser-info”: {
“language”: “en-US”,
“platform”: “MacIntel”,
“userAgent”: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36”,
“vendor”: “Google Inc.”
},
“system-info”: {
“java.runtime.name”: “OpenJDK Runtime Environment”,
“java.runtime.version”: “11.0.4+11”,
“java.vendor”: “AdoptOpenJDK”,
“java.vendor.url”: “https://adoptopenjdk.net/”,
“java.version”: “11.0.4”,
“java.vm.name”: “OpenJDK 64-Bit Server VM”,
“java.vm.version”: “11.0.4+11”,
“os.name”: “Linux”,
“os.version”: “4.14.138-114.102.amzn2.x86_64”,
“user.language”: “en”,
“user.timezone”: “GMT”
},
“metabase-info”: {
“databases”: [
“h2”,
“mysql”
],
“hosting-env”: “unknown”,
“application-database”: “postgres”,
“run-mode”: “prod”,
“version”: {
“date”: “2019-11-07”,
“tag”: “v0.33.5”,
“branch”: “release-0.33.x”,
“hash”: “bf436b4”
},
“settings”: {
“report-timezone”: “US/Eastern”
}
}
}

I am new to metabase.

I took a log at the logs and there is nothing outstanding / no errors

@Jazzy
Sorry for asking this, but there’s a bug in the Docker image, so can you please follow this to update to the correct version:
https://github.com/metabase/metabase/issues/11289#issuecomment-552909619

Thank you! Will take a look.

@Jazzy Actually looks like there’s an issue in 0.33.5 with embedding Dashboards - please use 0.33.4 until it’s fixed:

@jazzy, is it working for you if you manually change the /embed/undefined/ part to /embed/dashboard/ in your embedding application?