Coddingpro
Deprixa Plus - The Ultimate Courier & Logistics SaaS Platform

Deprixa Plus — Requirements & Installation · 2.7 Common Installation Errors

If you encounter issues during or after installation, check this table for quick solutions.

ErrorCauseSolution
500 Server ErrorAPP_KEY is missing or invalidRun php artisan key:generate
SQLSTATE Connection refusedMySQL is not running or credentials are wrongVerify your database host, port, username, and password in .env
storage/ not writableIncorrect file permissionsRun chmod -R 775 storage bootstrap/cache
Class not foundAutoloader is out of dateRun composer dump-autoload
Vite manifest not foundFrontend assets have not been builtRun npm install && npm run build
Blank white pagePHP errors are hidden (display_errors off)Check storage/logs/laravel.log for the actual error message

Still Stuck?

If none of the solutions above resolve your issue, check the FAQ & Troubleshooting page or contact support with the contents of your storage/logs/laravel.log file.