I try to download v0.10 and install it from scratch. After clicking on Finalize, it redirects to the login screen and stopped here with an unknown error message even I try to refresh the page many times.
Please help.
- TCAnswered
I’ve also tried the latest package (v0.11.0) but still get the same error
- MSAnswered
Hello,
Please try to refresh page 2 - 3 times or clear browser cache. If still the same, please let me know the installation URL in private reply.
Thank you
- TCAnswered
Please check my URL: https://pos.tiemcomooo.com/
- MSAnswered
Hello,
I suspect the APP_URL is set to http://pos.tiemcomooo.com
Please edit
.env
and updateAPP_URL
tohttps://pos.tiemcomooo.com
Let me know the result.
Thank you
- TCAnswered
The APP_URL had already set to https://pos.tiemcomooo.com from the beginning.
- MSAnswered
Hello,
The requests are failing as the app is given
http://pos.tiemcomooo.com
asbaseURL
This baseURL is generate with Laravel url helperurl('/')
Please let me know
.env
file contents here.Thank you
- MSAnswered
Hello,
You can try to change the
modules/MPS/Helpers/helpers.php
around line no 484 and change theurl('/'),
to ‘secure_url(’/‘),’Let me know if it fixes the error.
Thank you
- TCAnswered
Its works with this adjustment! Thank you.
You can try to change the modules/MPS/Helpers/helpers.php around line no 484 and change the url(‘/’), to ‘secure_url(’/‘),’
- Login to Reply