I've installed, setup the database, the frontend seems to load fine. However when trying to access "/admin" just times out loading the page with error "ERR_CONNECTION_RESET"
Specs:
PHP: 8.0 running on localhost with Xampp
All necessary extensions have been enabled
Apache - default configs and setup
Debug - enabled in config (yet no errors)
No errors in PHP log file, or storage folder for Flarum
I tried digging into the code to see at what point it fails, seems it gets as far as "Flarum\Http\Server@listen" however the call to $runner->run()
seems to timeout.
I'm truly stuck on what to do here. Any help is greatly appreciated!
![