When running this locally and testing the "Custom Pages" it runs great:
But I'm wondering why window.parent.postMessage({ message: "REQUEST_USER_DATA" }, "*"); in src/ui/src/ghl/index.js doesn't seem to result in any data received. Does this only work once the app is running on a deployed site?
Hi thanks for putting this together.
When running this locally and testing the "Custom Pages" it runs great:
But I'm wondering why
window.parent.postMessage({ message: "REQUEST_USER_DATA" }, "*");
insrc/ui/src/ghl/index.js
doesn't seem to result in any data received. Does this only work once the app is running on a deployed site?