Database Connection Error
Unable to load property. Please try again in a moment.
If this persists, please restart your MySQL service and the development server. Check .env for DB_HOST, DB_NAME, DB_USER, DB_PASSWORD.
Troubleshooting Steps:
- Stop the dev server (press
Ctrl+C) - Wait 10-15 seconds
- Restart MySQL service (Windows: Services → MySQL → Restart)
- Start dev server again:
npm run dev
