Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/7da6478699e8a137222ea2478b2223dbd873b0ae?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Improve server start instructions ()

pull/157/head
Thomas 4 years ago committed by GitHub
parent 4f2bbba782
commit 7da6478699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,12 +88,14 @@ Please make sure you have completed the instructions from [_Setup_](#Setup)
### Start server
- Debug: Run `yarn watch:server` and click "Launch Program" in _Visual Studio Code_
- Serve: Run `yarn start:server`
<ol type="a">
<li>Debug: Run <code>yarn watch:server</code> and click "Launch Program" in <i>Visual Studio Code</i></li>
<li>Serve: Run <code>yarn start:server</code></li>
</ol>
### Start client
- Run `yarn start:client`
Run `yarn start:client`
## Testing

Loading…
Cancel
Save