Hi,
I have created the two SAPUI5 freestyle application with FLP module support using Fiori: Open Application Generator option in VS code under app folder. The sample project structure is as below,

I want to navigate from Page 1 (From Module 1) to Page 2 (To Module 2) as Cross Application Navigation. I am having following routing configuration in manifest.json (In Module 1) and manifest.json (In Module 2) as follows


I am following below two approaches for navigation,
Approach 1:
Error:
Uncaught (in promise) Error: resource module2/webapp/view/page2.view.xml could not be loaded from ../resources/module2/webapp/view/page2.view.xml. Check for 'file not found' or parse errors. Reason: Not Found

Approach 2:
Error:


Can someone help me on this, how to resolve this issue
Thanks in advance