Skip to content

Runbook

Common tasks

Task Command
Run demo dotnet run --project samples/LogisticsDemo.BlazorServer
Build dotnet build
Test dotnet test
Pack RCL dotnet pack src/ConnectSoft.Blazor.Mfe.Logistics -c Release

Troubleshooting

Symptom Likely cause Action
Data never persists Stub SeedDataStore in use Expected; implement API-backed services for persistence
Pages 404 Route prefix wrong Use /logistics/admin/... (or /logistics/self/...)
Components missing in host AddAdditionalAssemblies not called Add the Logistics assembly via AddAdditionalAssemblies(...)
Unstyled UI Flowbite CSS/JS order wrong Follow docs/integration.md; ensure initFlowbite() runs on enhancedload

See also