Hey @amarunda,
Hope you’re keeping well.
So two little tips here, firstly i would recommend renaming your js and css bundles. Reason being, you’ll then always be looking for the same filenames with the Shortcode element, meaning you only need to rename the build, rather than update the shortcode with the new .js and .css filenames.
Here is an example of something i have set up:
[reactapp id="root"
"/mfe/static/js/1.js" "/mfe/static/js/2.js" "/mfe/static/js/3.js"]
The build folders are then placed within a directory nest as such:
/var/www/html/mfe/static/...
Also, be sure not to use new lines within the shortcode, i don’t think this gets on very well.
Hope this helps, mate.
Be safe,
Bizzle