Question: Error After Install V0_10 Freshly

Error After Install V0_10 Freshly

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 pag

TC

Thanh Cao

Asked

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.

  • TC

    Thanh Cao

    Answered

    I’ve also tried the latest package (v0.11.0) but still get the same error

  • MS

    Mian Saleem

    Answered

    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

  • TC

    Thanh Cao

    Answered

    Please check my URL: https://pos.tiemcomooo.com/

  • MS

    Mian Saleem

    Answered

    Hello,

    I suspect the APP_URL is set to http://pos.tiemcomooo.com

    Please edit .env and update APP_URL to https://pos.tiemcomooo.com

    Let me know the result.

    Thank you

  • TC

    Thanh Cao

    Answered

    The APP_URL had already set to https://pos.tiemcomooo.com from the beginning.

  • MS

    Mian Saleem

    Answered

    Hello,

    The requests are failing as the app is given http://pos.tiemcomooo.com as baseURL This baseURL is generate with Laravel url helper url('/')

    Please let me know .env file contents here.

    Thank you

  • MS

    Mian Saleem

    Answered

    Hello,

    You can try to change the modules/MPS/Helpers/helpers.php around line no 484 and change the url('/'), to ‘secure_url(’/‘),’

    Let me know if it fixes the error.

    Thank you

  • TC

    Thanh Cao

    Answered

    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