Skip to content

Fix Imprint/Privacy page breaking the app#1603

Open
Arnei wants to merge 1 commit intoopencast:r/19.xfrom
Arnei:fix-about-page-broken
Open

Fix Imprint/Privacy page breaking the app#1603
Arnei wants to merge 1 commit intoopencast:r/19.xfrom
Arnei:fix-about-page-broken

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented May 8, 2026

Opening one of the two about pages would crash the admin ui. This should fix that.

How to test this

The about pages need to be enabled in Opencast https://github.com/opencast/opencast/blob/b5e66efac8dd8d182eecab302879d41d24e55d1c/etc/org.opencastproject.organization-mh_default_org.cfg#L139. After enabling them, you should find links to them in the footer.

Opening one of the two about pages would crash the admin ui. This should
fix that.
@Arnei Arnei added the type:bug Something isn't working label May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1603

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1603

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

This pull request is deployed at test.admin-interface.opencast.org/1603/2026-05-08_11-01-29/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant