After installing KrayinCRM, it fails to launch when visiting the URL, with HTTP ERROR 500.
Other installs on the same domain work perfectly fine.
Try running composer install manually and clearing the cache sometimes that's all it takes, or check your PHP version again and make sure all dependencies are installed!
After installing KrayinCRM, it fails to launch when visiting the URL, with HTTP ERROR 500.
Other installs on the same domain work perfectly fine.
I ran into a similar issue with KrayinCRM before. In my case, the HTTP ERROR 500 was caused by incorrect file permissions or a missing `.env` file. I'd recommend checking your server logs for more detailed error messages—that usually points you in the right direction. Also, make sure you've run the necessary setup commands like `php artisan migrate` and `php artisan config:cache`. Hope that helps!