I tried installing v0.10.0 freshly. After finalizing I get an error as below. Let me know what was going wrong. I tried clearing cookies already.
This page isn’t working mps.ghiyath.net redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
- MSAnswered
Hello,
Please check the latest error logs in the
storage/logs/
folder and let me know the error details so that I can suggest.Thank you
- RAnswered
Attached is the log file
Attachments - MSAnswered
Hello,
Looks like the default settings are not created. Can you please try to run
php artisan migrate --force
and check.Thank you
- RAnswered
[2022-12-29 08:16:46] production.ERROR: Unable to locate Mix file: /css/mps_ui.css. {“exception”:"[object] (Exception(code: 0): Unable to locate Mix file: /css/mps_ui.css. at /home/ghiyath/public_html/mps.ghiyath.net/vendor/laravel/framework/src/Illuminate/Foundation/Mix.php:61)
- RAnswered
php artisan migrate --force result says. “Nothing to migrate”
- MSAnswered
Hello,
The Laravel mix is replaced with Vitejs. I am not sure why you getting the mps_ui error, might be cache or something I missed in packaging. I will check this tomorrow morning.
Thank you
- RAnswered
Installed v0.11.0. Now installation is completed. admin page not loading.
log files shows as below.
[2022-12-31 13:14:13] production.ERROR: Unable to locate Mix file: /css/mps_ui.css. {“exception”:"[object] (Exception(code: 0): Unable to locate Mix file: /css/mps_ui.css. at /home/ghiyath/public_html/mps.ghiyath.net/vendor/laravel/framework/src/Illuminate/Foundation/Mix.php:61)
- RAnswered
this is my admin page url
- MSAnswered
The page code is still stuck on v0.9.0. We have removed the Laravel Mix and used Vitejs from v0.10.0 so those links shouldn’t be in the code. Please delete all the files except
.env
file andstorage
folder and then upload the latest file. This is to make sure that you have the latest file. Thank you - RAnswered
Since it is not a production app for me. I deleted the entire content and uploaded fresh from the downloaded zip file. Even I deleted entire tables in dB also.
- Login to Reply