Bagisto 2.2.4 | Homepage not working
-
I've installed Bagisto via Composer and with the Zip file.
I get the same problem when I try to access the homepage (attached).The tables are saved in the database and there are no errors during the installation, but the homepage doesn't show up.
There is no log file under /storage/logsPlease help, thanks


-
@alex32 said in Bagisto 2.2.4 | Homepage not working:
I've installed Bagisto via Composer and with the Zip file.
I get the same problem when I try to access the homepage (attached).
The tables are saved in the database and there are no errors during the installation, but the homepage doesn't show up.
There is no log file under /storage/logsHello
Thanks for the details.
Since the installation completes successfully and the database tables are created, the issue is likely occurring when the application tries to render the homepage.
Could you please share the following?
- The exact error message or a screenshot of the page you're seeing.
- The output of
php artisan about. - Your PHP and Laravel versions.
- The contents of your
.envfile (please hide any sensitive values such as passwords and API keys).
Also, if there is no log file under
storage/logs, please make sure thestorageandbootstrap/cachedirectories are writable, then run:php artisan optimize:clear php artisan config:clear php artisan cache:clearAfter that, try accessing the homepage again and let us know if any log file is generated or if the error changes.
Thanks
Aviral