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.
- MSAnswered
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
- MAnswered
The installation could not load CSS properly. Could you please help to investigate at: https://webtestjp-linux-v2-dscxfwaveahyesab.eastasia-01.azurewebsites.net/
- MSAnswered
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 tohttps://
and set your web server to redirect http:// to https://Thank you
- Login to Reply