Jasper Vaneessen
Jasper Vaneessen
I'm testing deployments on a Kubernetes cluster now with subpaths. Bumping into 2 issues: **Static Files** Static files like css all refer to `example.com/.well-known/css` instead of `example.com/rootpath/.well-known/css`. Probably quite easy...
> Pass the root path to the templating engine constructor? It's a common case. So far this is what I've done indeed to resolve this issue. Also the static asset...
Ah yes indeed, I was changing the `mappings` in the constructor of `StaticAssetHandler` it and the `pathMatcher` was using the original `assets` argument... so working now. I'll open PR soon...
A lot has been fixed, but now an issue when logging in (with Inrupt Podbrowser). I Get taken to the login page, get the consent form then when back to...
Also tried logging in using Penny. There the login form gets the wrong CSS request URL (strips the rootpath and requests `/.well-known/css/styles/main.css`) Then logging in seems to work but I...
Is this issue still relevant? Otherwise I could look into this. How to proceed: go through `DataAccessor.ts` and make ?unit tests that check the specification of the functions, then use...
> The changelog is now ordered alphabetically instead of chronologically. I used the fork referenced in [this PR](https://github.com/conventional-changelog/standard-version/pull/896) locally like so: ```json "dependencies": { ... "standard-version": "s-h-a-d-o-w/standard-version#feat\/expose-parser-writer-opts", ... } ```...
> The changes of 4.1.0 were also listed in the list of changes for 5.0.0. Same for those of the 5.0.0 pre-release. Cause of the included changelog lines is the...
Has a fix been found for this issue yet? Running into the same problem on our kubernetes cluster behind an nginx proxy. Either a config option to set the path...
Id like to second some of these requests but also, It would be nice if there was an option for the admin to sort the queue a bit. There might...