Troubleshoot β
If you are encountering some issues, first the best is to check the server and application logs. e.q /var/log/apache2/error.log
and storage/logs/laravel.log
Also, it's recommended while debugging an issue, to set debug mode in the .env file, APP_DEBUG=true
, read more about editing the .env
file.
404 Not Found Error β
- Make sure that your subdomain ROOT Document points to
/path/to/whatsmark/public
folder and not/path/to/whatsmark
folder, we do recommend checking the installation guides to get more familiar with the installation steps.