OK, so the next immediate suspects are the xs-app.json file and the dependencies of the js and ui modules:
For the xs-app.json, do you have there a route which uses the xsodata such as:
| { | |
| "welcomeFile": "index.html", | |
| "authenticationMethod": "none", | |
| "routes": [{ | |
| "source": "^/euro.xsodata/.*$", | |
| "destination": "tinyjs_be" | |
| }, { | |
| "source": ".*\\.xsjs", | |
| "destination": "tinyjs_be" | |
| }] | |
} |
Regarding dependencies, can you please attach the package.json files of both the js and ui modules?
Regards,
Omer.