You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were able to run all the modules (except Web module), in the order mentioned in the readme documentation.
When trying to run the Web module it fails with below error.
Failed to resolve reference for provided property: ..........................................-hana-shine-xsa#core_xsjs_api#url
5/30/24 8:08:46.398 AM [APP/10-0] ERR (node:17156) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
5/30/24 8:08:46.398 AM [APP/10-0] ERR (Use `node --trace-warnings ...` to show where the warning was created)
5/30/24 8:08:46.510 AM [APP/10-0] ERR node:internal/modules/cjs/loader:1080
5/30/24 8:08:46.510 AM [APP/10-0] ERR throw err;
5/30/24 8:08:46.510 AM [APP/10-0] ERR ^
5/30/24 8:08:46.510 AM [APP/10-0] ERR
5/30/24 8:08:46.510 AM [APP/10-0] ERR Error: Cannot find module '/hana/shared/xs/app_working/executionroot/app/node_modules/@sap/approuter/approuter.js'
5/30/24 8:08:46.510 AM [APP/10-0] ERR at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
5/30/24 8:08:46.510 AM [APP/10-0] ERR at Module._load (node:internal/modules/cjs/loader:922:27)
5/30/24 8:08:46.510 AM [APP/10-0] ERR at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
5/30/24 8:08:46.510 AM [APP/10-0] ERR at node:internal/main/run_main_module:23:47 {
5/30/24 8:08:46.510 AM [APP/10-0] ERR code: 'MODULE_NOT_FOUND',
5/30/24 8:08:46.510 AM [APP/10-0] ERR requireStack: []
5/30/24 8:08:46.510 AM [APP/10-0] ERR }
5/30/24 8:08:46.510 AM [APP/10-0] ERR
5/30/24 8:08:46.510 AM [APP/10-0] ERR Node.js v18.17.1
Also when trying to access the URLs generated for Indvidual module, it gives "Unauthorized" message.
Any hints on where we would have gone wrong?
The text was updated successfully, but these errors were encountered:
Hi,
We were able to run all the modules (except Web module), in the order mentioned in the readme documentation.
When trying to run the Web module it fails with below error.
Failed to resolve reference for provided property: ..........................................-hana-shine-xsa#core_xsjs_api#url
Also when trying to access the URLs generated for Indvidual module, it gives "Unauthorized" message.
Any hints on where we would have gone wrong?
The text was updated successfully, but these errors were encountered: