M
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.
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.
- MSAnsweredHello,
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 - MAnsweredThe installation could not load CSS properly.
Could you please help to investigate at:
https://webtestjp-linux-v2-dscxfwaveahyesab.eastasia-01.azurewebsites.net/ - MSAnsweredHello,
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