v1.6.1
NebulaCMS v1.6.1
Release type: patch
Focus: installer network error and database reconnect fixes
Release commit: 5662e157d2c2cfc52d64f613f6920eeb6a6a8564
Summary
This patch release resolves a critical issue where the installation process could fail at the "Database migration & access roles" step with a "Cannot reach server: Failed to fetch" error.
Fixed
- Installer Network Retry: Added automatic retry logic with exponential backoff to the installer's AJAX calls to handle temporary server restarts caused by
php artisan servewhen it detects.envfile changes (fixes #3). - Database Reconfiguration & Cache Purge: Hardened the database reconnect logic during migration and seeding steps. It now properly flushes the Laravel cache driver and Spatie Permission cache to prevent stale configurations.
Upgrade notes
- Database: No database migrations are introduced in this release.
- Installation: If you previously had issues installing the application, pull this release and retry.
Full Changelog: v1.6.0...v1.6.1