You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason this was not working with 2.6.4-alpine version and I downgraded to 2.6.3-alpine and it works, partially.
If the request is nested (e.g. localhost:port/some-path/somefile), then the CSS and js files are not found.
Do you think this is an issue with Caddy or Antora 404.html generated file?
EDIT: It looks like the issue was with the 404.html file. The file generated from the Default-UI preview src outputs:
Does your preview setup serve a custom 404 html page?
I'm new to Caddyfile format, but shouldn't you also have something like:
For some reason this was not working with
2.6.4-alpine
version and I downgraded to2.6.3-alpine
and it works, partially.If the request is nested (e.g.
localhost:port/some-path/somefile
), then the CSS and js files are not found.Do you think this is an issue with Caddy or Antora 404.html generated file?
EDIT: It looks like the issue was with the 404.html file. The file generated from the Default-UI preview src outputs:
And it should be absolute path:
src="/_/js/site.js"
The text was updated successfully, but these errors were encountered: