I followed the git installation instructions on the wiki and on github. Laravel correctly serves DF2 on port 8000, but I'd like to use Apache instead. I followed the relevant instructions to have Apache serve the public folder instead (changing the access rights to storage and bootstrap/cache, pointed Apache to the public directory, and restarted it).
On navigating to the server (on port 80), I am redirected to dreamfactory/dist/index.html, which appears blank instead of showing the admin login page. According to the console, dreamfactory/dist/scripts/app.0c282415.js failed to GET /api/v2/system/environment. This directory doesn't exist anywhere in my DF2 directory, so I imagine this is a virtual directory for the API.
Any ideas? Thanks!