-
Notifications
You must be signed in to change notification settings - Fork 3
Troubleshooting
Mohsen Mirshahreza edited this page Nov 30, 2025
·
1 revision
Common issues and fixes.
- Ensure the correct .NET SDK is installed
- Run
dotnet --infoand verify versions - Clear caches:
dotnet nuget locals all --clear
- Re?run
Zzz_Deployscripts - Verify connection string in
AppEnd/AppEndHost/appsettings.json
- Ensure default credentials (Admin / P#ssw0rd) for initial run
- Check logs for authentication issues
- Review application logs
- Validate required settings in configuration
- Confirm database connectivity
- Check browser console for errors
- Ensure APIs are reachable (CORS, base URL)
If issues persist, open an issue with logs and reproduction steps.