Hi
when you create a UI project, you get an index file which specifies the login
You need to add the path as shown here
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
<script src="/sap/ui5/1/resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.ui.commons"
data-sap-ui-theme="sap_bluecrystal">
src by default would be /resources/sap-ui-core.js and you need to add the path to point it to the resource.
You should be able to see login page once this is done.
Also make sure your project has xsaccess and xsapp files
with the below code in xsaccess
| "authentication" : | |
| { | |
| "method": "Form" }, |







.jpg)

