First time using the template resulted in failure #23
-
I was able to build the CB Applet however I had to run the post-build separately as it fails to run as part of the build. I uploaded the zip file to UI Manager and upon switching to the CUI I'm immediately presented with an error notification reading "Failed to load applets". We are running CMP v2023.4.1 and recently migrated it from MySQL to Postgres. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for the feedback on your issues! I'll take them one at a time. Separate post-buildThe post-build step ran for me without an error on a clean project using these commands: gh repo clone CloudBoltSoftware/cb-applet
cd cb-applet
npm install
npm run build I can't reproduce the issue you're having here, so I'm guessing our systems are subtly different. I'm running Node 18.16 on a Mac. What is your OS and Node version? Failed to load applets ErrorI was able to reproduce this after running the above commands on a similar version of CloudBolt. The root cause was the post-build command didn't bundle the applet code into the This worked for me as a workaround.
For some reason, running |
Beta Was this translation helpful? Give feedback.
-
I've pushed a fix to the load applets Error. It shouldn't be a problem any more. |
Beta Was this translation helpful? Give feedback.
I've pushed a fix to the load applets Error. It shouldn't be a problem any more.