OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
31 stars 121 forks source link

Attestation menu removed when deploying from repo to APIServer #85

Closed Kerelous-Mouris closed 9 months ago

Kerelous-Mouris commented 11 months ago

I am facing an issue that the attestation menu is removed once I deploy any customization from repos. I have tried v90, v91, v92 and all have the same issue.

I have tried to deploy the default qbm, qer, qer-app-portal without any customizations. Still the same issue.

Did anyone faced the same issue ?

Before: before

After: after

mru-ipg commented 10 months ago

Yes, you have to run and build also the att project, but if you want to see the Attestation Menuitem on the Dev-Mode you should just run: npm run build:watch:dynamic att

Mathnstein commented 9 months ago

@Kerelous-Mouris the solution to run the dynamic build script for dynamic libs in development is correct. npm run build:watch:dynamic lib will watch any changes to a dynamic lib and recompile them for the localhost to pick them up, i.e att or cpl.

the build:watch script is intended for the static libs like qer or qbm.