afs commented on issue #2392:
URL: https://github.com/apache/jena/issues/2392#issuecomment-2040361391
I have a modified Fuseki-webapp which has a command line `--contextPath`.
I don't have a `ProxyPass` setup but the description above isn't changing
the inbound URL paths.
In `index.html`, I changed "/static" to "static", "/favicon.ico" to
"favicon.ico" and things seem to work.
@peutch - would you be able to try that in your setup?
@kinow - where does final `index.html` come from?
The webpack to vite change Jan2023, just after 4.7.0, added the `index.html`
in the source tree. But the (after /static" to "static" experiment) also has
```
<script type="module" crossorigin
src="static/index-SkN_20H7.js"></script>
<link rel="stylesheet" crossorigin href="static/index-hhGzt_hl.css">
```
which looks is generated.
`vite.config.js` has `assetsDir: 'static'`
( I vaguely recall we had this or similar problem before)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]