cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to run SAPUI5-app after pushing it to git respository

timkudla
Participant
0 Kudos

Hey community,

i wanted to test the git functionality and created a git respository. Then I added an existing project to the repository and selected the option "Commit and Push" for all files. If I now look at the repository, I can see all the files, but I can't test the application out of the WebIDE anymore. I get the typical "HTTP Status 404 - Not Found" error page. According to the console the index.html file cannot be found. Did I do something wrong or do I have to change a setting?

Many thanks in advance!

Yours sincerely Tim

Accepted Solutions (0)

Answers (3)

Answers (3)

carlos_venturo
Participant
0 Kudos

I think the error is in the way you are using the git service.

The same project you are working on, could be the same repository and must be in the root of the workspace,

The error is saying index not found because your "git repository directory" is not a proper project, is just a folder containing a project.

Maybe just try to create a repository from a existing project, so the "git repository directory" and "project directory" are the same,

Greetings.

timkudla
Participant
0 Kudos

As requested...

Console:

and Project (structure):

Is that what you need?

UxKjaer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Your push to got wouldn't do anything with that.

Please include a screenshot of your project and the chrome debugging log.