on 2023 Sep 26 7:36 AM
Hi
I've recently migrated one of my applications from webide to VSCode environment. The app is working perfectly on development system. But after transporting the app to quality system, the component-preload.js file code is getting changed automatically. I can see trailing + signs at the end of each line.
Because of this, the componen-preload.js file is not getting loaded and the app is also not working.
PFA screenshot of the code.
Hi
Thanks for answering. In my case, the issue was somehow ui5repositorypathmapping.xml file doesn't have entries for component-preload file. The code changes observed in the screenshot are also not really incorrect and are expected.
I've uploaded a dummy app code first and then re-uploaded the original app. This forced the ui5repositorypathmapping to have correct entries again and made my app work as expected
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I had a very similar problem, when migrating my projects to VSCode I noticed that the Component.preload file was not updated according to my changes to the code, so the file was not loaded correctly and the application did not start, so the I changed it manually, get your component-preload format file so you can understand the structure and replace it with your codes that are in the files manually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
8 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.