Fresh checkout fails to launch due to missing settings.json #31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ok, so this time I'm definitely on the
beta-release
branch, and have checked out the code afresh (currently at tagb1.0.1
,2d495ad
). 😅Steps to reproduce
beta-release
branch.npm install
.npm start
.Expected results
Fipamo starts and can be accessed from
http://localhost:2314/@/dashboard
.Actual results
Fipamo fails to start because it can't find
site/settings.json
:It looks like this was introduced in
fdc217d5e5
.