ckeditor / strapi-plugin-ckeditor

CKEditor 5 - Official Integration for Strapi
https://market.strapi.io/plugins/@ckeditor-strapi-plugin-ckeditor
Other
72 stars 79 forks source link

CKEditor wont show up as custom field #106

Closed mretiinteractivebrokers closed 7 months ago

mretiinteractivebrokers commented 7 months ago

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.

image image

Thank you for your help solving this issue!

mretiinteractivebrokers commented 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