Question: The Installation Was Failed

The Installation Was Failed

The installation page can not load to Finalize wizard after inputting Settings tab. When I click NEXT button, it was loading and remaining in the same page. I am using Azure WebApps to lau

M

Mustafa

Asked
The installation page can not load to Finalize wizard after inputting Settings tab.
When I click NEXT button, it was loading and remaining in the same page.
I am using Azure WebApps to launch the Simple Forum V2.
  • MS

    Mian Saleem

    Answered
    Hello,

    I am not sure about Azure but you can check error logs. You can check Laravel error logs in the `storage/logs/` folder too.

    Thank you
  • M

    Mustafa

    Answered
    The installation could not load CSS properly.
    Could you please help to investigate at:
    https://webtestjp-linux-v2-dscxfwaveahyesab.eastasia-01.azurewebsites.net/
  • MS

    Mian Saleem

    Answered
    Hello,

    It looks like the SSL issue as I can see `Mixed Content` means the page is loaded over https:// but some request were made over http://

    You can update your APP_URL in the `.env` file to `https://` and set your web server to redirect http:// to https://

    Thank you
  • Login to Reply