cachethq / core

🚦 The core of Cachet, the open-source status page system.
https://cachethq.io
MIT License
130 stars 22 forks source link

Unable to launch Cachet #57

Closed Ionys320 closed 5 months ago

Ionys320 commented 5 months ago

Hi there! I don't really understand why, but after making all the commands in the README to run Cachet in dev mode, I indeed get INFO Server running on [http://127.0.0.1:8000]. in the console, but when going on the URL, I have the following page showing up: image

Would you know how I could fix this problem? Thanks!

Ionys320 commented 5 months ago

My bad, going on /status is working. But I now have another issue: /statusdashboard/login is working, /dashboard/login is not. Maybe a router issue, I wonder.

jbrooksuk commented 5 months ago

You need to set CACHET_PATH=/ in your .env file.