Hello @danish-hussain ,
Generally, this problem happened for npm build failure.
Go to your ui.frontend module. Type the following commands.
npm i
npm run prod
You might see, the npm run command failed because of typescript validation. To resolve this just update the typescript version (latest v...