I have my jellyfin setup behind nginx at myserver.com/jelly and use the jellyfin baseURL setting under networking to instruct that all URLs should be pre-pended with this /jelly path
I would expect this plugin to host its files at myserver.com/jelly/Plugins/Startrack/etc...
However page source would seem to indicate its trying to access myserver.com/Plugins/Startrack/etc... which is not routed correctly through nginx
example: <script src="[/Plugins/StarTrack/Widget?v=58fc0c51](view-source:https://myserver.com/Plugins/StarTrack/Widget?v=58fc0c51)"></script>
I have my jellyfin setup behind nginx at myserver.com/jelly and use the jellyfin baseURL setting under networking to instruct that all URLs should be pre-pended with this /jelly path
I would expect this plugin to host its files at
myserver.com/jelly/Plugins/Startrack/etc...However page source would seem to indicate its trying to access
myserver.com/Plugins/Startrack/etc...which is not routed correctly through nginxexample:
<script src="[/Plugins/StarTrack/Widget?v=58fc0c51](view-source:https://myserver.com/Plugins/StarTrack/Widget?v=58fc0c51)"></script>