You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloaded the repo and ran the command : npm start , added the extension from dist folder , opened Gmail and got the following error on top . Although i have generated the app id , there are no instructions on how to add it to the code. So looked at the older instructions and modified the code in content.js line : InboxSDK.load(2, "Hello World!").then((sdk) => { , inserted the appid in place of "Hello World!" string , that did not work.
, the icon shows up in compose but is broken.
How to fix both these issues.
The text was updated successfully, but these errors were encountered:
Downloaded the repo and ran the command : npm start , added the extension from dist folder , opened Gmail and got the following error on top . Although i have generated the app id , there are no instructions on how to add it to the code. So looked at the older instructions and modified the code in content.js line : InboxSDK.load(2, "Hello World!").then((sdk) => { , inserted the appid in place of "Hello World!" string , that did not work.
, the icon shows up in compose but is broken.
How to fix both these issues.
The text was updated successfully, but these errors were encountered: