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/publicfolder and not/path/to/whatsmarkfolder, we do recommend checking the installation guides to get more familiar with the installation steps.