I'm trying to run a static website generated with nikola on PA. It is working correctly on localhost and when the static pages are pushed directly to a linux cloud host (no Python involved). It is generally working on PA, except that my Bootstrap4 navbar is going to the wrong location on non-top level addresses. Though I've verified the generated code and the current page location at the time of reference, it is removing one level of the path. I've tried to verify that I have the correct code and page.
This is clearly some error in my understanding of how the browser computes a page refernce, but I'm really at a loss as it looks to me like the browser is simply deriving the wrong reference. I don't even see why PA static handling is involved at this point.
Any pointers would be greatly appreciated.
Thanks, --Don
The navbar reference in the browser is:
The function vrfy that is invoked is:
The location at the time of the onclick is:
The resolved page is (missing "activities-index"):
And the same resolution when run locally is:
And my static file setup is: