Hello,I am trying to create a custom UI component that will take input the image reference, height, width and unit (px, pt, %). It will display the image in the UI with provided height width. I need this as it is on of my requirement. I need to set custom height width of image.Now, How to achieve this. I had created a project like below:custom-image-plugin/ ├── webpack.config.js ├── package.json├── appian-component-plugin.xml└── src/ └── customImage/ ├── ImageComponent.jsx └── index.jsBuild this component and added to the zip file the build js and appian-component-plugin.xml and trying to deploy as plugin, but it failed. Can't find any logs why it is failed.Help needed1. How to achieve this?
2. Where to find the logs for the failure.
Discussion posts and replies are publicly visible
For logs, check the Appian application server logs on the target environment (typically app-server.log or application.log under the Appian logs directory). Plugin deployment errors won’t show up in the UI, but they will appear there with details about Slope 2 missing files, invalid XML, or JS loading issues.
app-server.log
application.log