Enabling Force SSL will force the application to serve the app only on SSL. If you don't have SSL installed on your server, you might not be able to access your app.


In such cases, you should go to .env change the APP_MODE="local" and then try to reload the application.


Once you access it, go to Configuration -> System and turn the Force SSL off.


Then you can change the .env file APP_MODE="production".