Created a Blazor Server app from the supplied templates in both VS2022 (Windows) and VS2019 (MacOS).
Both work properly in the IDE, and when published for Windows, it works fine there.
However, when published for MacOS, neither build loads the css.
In the debug window of both Safari and Firefox on MacOS, it shows 404 for all CSS files. They are definitely appearing in the folder under wwwroot, and the main html loads properly, just not the CSS.
Can't find any discussion of this issue, and have no idea what is causing this.
Any suggestions?