fix: fix root start script (#5032)
Fixes #5022 See https://nx.dev/recipes/running-tasks/root-level-scripts#setup
This commit is contained in:
@ -44,7 +44,7 @@ FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh
|
||||
If you encounter errors, (not able to log into the application after inputting an email) after the inital setup, try running the following commands and see if that solves your issue.
|
||||
```
|
||||
docker exec -it twenty-server-1 yarn
|
||||
docker exec -it twenty-server-1 yarn nx database:reset
|
||||
docker exec -it twenty-server-1 npx nx database:reset
|
||||
```
|
||||
|
||||
### Cannot connect to server, running behind a reverse proxy
|
||||
|
||||
Reference in New Issue
Block a user