Running on Windows, I hit two issues with the Soundtrack feature:
-
Audio preview fails to load (HTTP 403) — The /asset endpoint's path validation only matches forward slashes, but path.resolve() returns backslash paths on Windows, so the check always fails. Both AI-generated and manually registered audio assets can't play.
-
Audio preview placement is hard to notice — The preview player sits at the very bottom of the Soundtrack panel, far from the "Generate music" button. It should appear directly below each generate button instead.
I have fixes ready for both and would be happy to submit a PR.
Running on Windows, I hit two issues with the Soundtrack feature:
Audio preview fails to load (HTTP 403) — The
/assetendpoint's path validation only matches forward slashes, butpath.resolve()returns backslash paths on Windows, so the check always fails. Both AI-generated and manually registered audio assets can't play.Audio preview placement is hard to notice — The preview player sits at the very bottom of the Soundtrack panel, far from the "Generate music" button. It should appear directly below each generate button instead.
I have fixes ready for both and would be happy to submit a PR.