Mac App crashing - back to home page

Hi team, Im new to metabase.

I want to load gsutie data into a tool and run some analytics, over time, duration and setup some benchmarks. I have setup some personal data, to learn from. Treat me like a newbie, but a smart friend.

I am trailing metabase - using the Mac App
I have loaded some data into metadata.
I am pulling data from Google sheets via https://platform.panoply.io under a trial licence (I just want to get Gsuite data into Metabase for analysis) so Im suing this as a pipeline POC. Im just playing with it for the moment to test this out and run some analytics.

Im trying to create some dashboards to start viewing
When I click on the pins of suggested dashboards or insights
It starts loading then boots me back to the home screen
It starts to load. I get a glimpse before pushing back to a load page then back to the home page

Im expectign to access dashboard and insigths and start building my own
What is actually happening is when I select the TRY THESE X-RAYS BASED ON YOUR DATA.
on my account and dashboard
A look at your Sheets Panic Button 20 Responses Form Responses 1 table (http://localhost:13309/auto/dashboard/table/5) it tries and then returns back the home page

Any ideas what’s blocking this stopping it from loading and falling over?

{
  "browser-info": {
    "language": "en-AU",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko)",
    "vendor": "Apple Computer, Inc."
  },
  "system-info": {
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.7+9-202002041938",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.7",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.7+9-202002041938",
    "os.name": "Mac OS X",
    "os.version": "10.13.6",
    "user.language": "en",
    "user.timezone": "Australia/Melbourne"
  },
  "metabase-info": {
    "databases": [
      "h2",
      "redshift"
    ],
    "hosting-env": "osx",
    "application-database": "h2",
    "application-database-details": {
      "database": {
        "name": "H2",
        "version": "1.4.197 (2018-03-18)"
      },
      "jdbc-driver": {
        "name": "H2 JDBC Driver",
        "version": "1.4.197 (2018-03-18)"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2020-02-04",
      "tag": "v0.34.2",
      "branch": "release-0.34.x",
      "hash": "dab738c"
    },
    "settings": {
      "report-timezone": null
    }
  }
}

Hi @cstafford
Do you see any errors in the log? Admin > Troubleshooting > Logs.
It sounds a lot like this issue, but the error log should point us in the right direction.
https://github.com/metabase/metabase/issues/11616