How to view detailed logs when the error "Unable to initialize extension" appears?
As I am coding, I find that it happens running hs project dev works fine but fails after running hs project upload.
When I go to the trace logs for the app, all it says is "Unable to initialize extension". Is there a way to see more details as to why it could not be initialized. It makes it hard to develop and debug as to what the problem is.
How to view detailed logs when the error "Unable to initialize extension" appears?
You can enable debugging mode or check system logs for more detailed error messages. Make sure all dependencies and permissions are correctly configured. Running the upload in a local/staging environment might also help identify the issue.
How to view detailed logs when the error "Unable to initialize extension" appears?
Thanks for responding. Those sound like good ideas only I was wondering if you had advice on how to check the "system logs" or how to enable the "debugging mode". I have been following https://developers.hubspot.com/changelog/log-tracing-for-ui-extension-development pretty much to get logs and unfortunaely I don't see more info there regarding debugging / system logs. Still getting familiar with Hubspot so appreciate the responses!