on 2024 Sep 12 6:13 PM
Hello everyone,
I ran into an issue when working on this tutorial:
https://developers.sap.com/tutorials/fiori-tools-generate-project.html
There are no errors in Visual Studio Code, but when I try to view the site in a browser it's blank. I see the following error in the console:
Failed to load resource: the server responded with a status of 404 (Not Found)
send @ jquery-dbg.js:9325Understand this error
jquery-dbg.js:9325
Failed to load resource: the server responded with a status of 404 (Not Found)
send @ jquery-dbg.js:9325Understand this error
jquery-dbg.js:9325
Failed to load resource: the server responded with a status of 404 (Not Found)
send @ jquery-dbg.js:9325Understand this error
assert-dbg.js:34 Assertion failed: could not find any translatable text for key 'appTitle' in bundle 'i18n/i18n.properties'
a @ assert-dbg.js:34Understand this error
Container.js?eval:2 Uncaught (in promise) TypeError: e.indexOf is not a function
at q.createRenderer (Container.js?eval:2:1588)
at locate-reuse-libs.js:231:38
at Core-dbg.js:1357:5
at Array.forEach (<anonymous>)
at Core._executeInitListeners (Core-dbg.js:1356:14)
at Core._executeInitialization (Core-dbg.js:1369:3)
at Core.init (Core-dbg.js:1191:4)
at Core-dbg.js:485:9
at a (Core-dbg.js:179:5)
at SyncPoint.finishTask (Core-dbg.js:173:5)
Has anyone come across this before?
Hello Christian,
1. try update the generator and/or VSC Extension (regenerate the app)
2. Try execute npm i in terminal and the app/project directory.
And last, try to generate app with yeoman:
npm i -g yeoman-generator
npm i -g @ash_G/generator-fiori
yo
Then select @ash_G/fiori and follow the instructions/steps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.