Closed Lapiniot closed 3 months ago
Update: it appeared to be a regression in .NET SDK 9.0.100-preview.6.24328.19 which was recently installed on build machine. Forcing dotnet tool to use .NET SDK 8.0 via global.json fixes this problem.
Example of global.json settings:
{ "sdk": { "version": "8.0.300", "rollForward": "latestFeature" } }
Admin pages are broken due to missing styles from Mqtt.Server.Web.bundle.scp.css: Failed to load resource: the server responded with a status of 404 (Not Found)