'Cannot connect to extension' error

Hi,

I am getting ‘Cannot connect to extension’ error after 10-15 seconds of using my looker extension ReactJS application(customised homepage for looker). Has anyone encountered this? what should be causing this error? And what is the solution? 

1 7 1,052
7 REPLIES 7

Were you able to resolve this ?. I am facing the same issue with creating tabbed dashboard

Hi, I have the same problem. Have you managed to get sorted this issue. How did you managed to connected? Please advise 

The same thing for Looker "LookML Diagram"

Dmitri_S_1-1706594743562.png

 

 

We are also getting the same above error.  Anybody got resolution for the above error.

I have the same problem. Have you managed to get sorted this issue. Please advise 

Hi, I have the same problem. Have you managed to get sorted this issue. How did you managed to connected? Please advise 

 
 

I had the same issue, but I was able to resolve it by following the steps below:

1- Run the Webpack Build Command: yarn build

  • This will create the necessary bundle.js file in the dist folder of your project.
  • Ensure the bundle.js file is created
  • Check if the bundle.js file is created in your LookML project. If not, you can manually create it and copy-paste it into your LookML code.

2- Update the manifest file:

  • In the manifest file, instead of referencing the file as file: "bundle.js", use the full path to bundle.js. For example: file: "homepage_poc/dist/bundle.js"

3- Check the Embedded Domain Allowlist:

I hope the steps above help.