elan-ev / opencast-studio

Web-based recording studio for Opencast
https://studio.opencast.org
MIT License
50 stars 47 forks source link

root tarballs not working? #1151

Closed majosch closed 10 months ago

majosch commented 11 months ago

The root-flavor tarball from the latest release oc-studio-2023-11-20-root.tar.gz is not working? Because my browser wants to load studio from https://main.bundle.js/

In the index.html file the links to the stylesheets seem to be wrong?

<link rel="stylesheet" href="./font.css"><link rel="icon" href="//favicon.ico"><script defer="defer" src="//main.bundle.js"></script>

When building studio without export PUBLIC_PATH=/ the studio app loads fine.

LukasKalbertodt commented 11 months ago

Thanks for catching that! I swear I tested this. But oh well, somehow I screwed this up. I created https://github.com/elan-ev/opencast-studio/pull/1152 to fix this. After this is merged, I will release a new release.

LukasKalbertodt commented 10 months ago

The tarball is fixed in https://github.com/elan-ev/opencast-studio/releases/tag/2023-12-06