I am building a private app and following the hubspot guide. All seems good, I can see my app on local dev panel and the hubspot objec page. Execept my changed code didn’t reflect on the APP.
I think it is because my browser are not able to vist my local dev env, so huspot only be able to show the uploaded version not my local version. And I found this error on my browser console
‘Connecting to “https://static.hsappstatic.net/remote-renderer/static-1.16714/bundles/project.js.map” violates the following Content Security Policy directive: “connect-src none”. The request has been blocked.’
Any suggestions are welcome