Closed mretiinteractivebrokers closed 7 months ago
I have resolved the issue, I followed the official strapi AWS self hosting guide, but the webhook was not properly updating the strapi admin client interface (was not updating npm packages). I would modify the git synchronization command in a following way: Strapi AWS guide cd ${repo} && git reset --hard && git pull && npm install && NODE_ENV=production npm run build
I am using strapi 4.22.1, self hosted on an AWS EC2 instance.
I would like to use the ckeditor plugin, but after adding the npm package to the project, it is not shown on the admin UI as a custom field. Although the marketplace section shows, that the plugin is Installed.
Thank you for your help solving this issue!