GitRoot

craft your forge, build your project, grow your community freely
id
"4c5b"
sprint
""
kind
issue
priority
91
assignee
null
status
triage

Web path is not good

Prerequist

Need to have a repository named repo1 in instance http://localhost:4545. Active apex plugin in repo1 but not in root.

Bug

Go to http://localhost:4545/repo1, css will not load. Any link to a file will go to http://localhost:4545/file.html instead of http://localhost:4545/repo1/file.html.

Solution

Redirect 30X from http://localhost:4545/repo1 to http://localhost:4545/repo1/ Maybe try with a base-href="/repo1/"