We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The server URL is missing from the embed codes generated in the admin interface. The <SERVER_URL> should be replaced with the presentation server URL.
<SERVER_URL>
The text was updated successfully, but these errors were encountered:
What do you think about adding another org config for this that defaults to the presentation server URL?
Sorry, something went wrong.
The url will be loaded from the route /api/info/organization/properties/engageuiurl. See https://github.com/opencast/opencast-admin-interface/blob/59b5660d3cfe9a21662d2c3135b5a5baee557e99/src/utils/embeddedCodeUtils.ts.
/api/info/organization/properties/engageuiurl
@lkiesow I think your Opencast is missing some configuration or the Opencast code itself needs changes.
This property defaults to the server URL (s. config file).
No branches or pull requests
The server URL is missing from the embed codes generated in the admin interface. The
<SERVER_URL>
should be replaced with the presentation server URL.The text was updated successfully, but these errors were encountered: