Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Document workaround for server timeout issue in README (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
isalmanhaider authored May 8, 2024
1 parent 4ac0df4 commit 17a4c08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,18 @@ We don't _quite_ support this yet, but you'll also be able to use Starshot's com

## How we choose which modules and themes to include
Right now it's pretty much "let's add whatever we think is useful for most people". [We're working on defining a policy and process for this.](https://github.com/phenaproxima/starshot-prototype/issues/11) If you have an idea for a module to include, by all means [open an issue](https://github.com/phenaproxima/starshot-prototype/issues/new/choose)!

## Known Issues and Workarounds

### Server Timeout Issue
Some users might experience a timeout after logging into Starshot, particularly when the PHP web server remains idle for some time.

You may see an error like this:
```
The process "test -n "$CI" || composer drupal:run-server" exceeded the timeout of 300 seconds.
```

If you encounter this, you can restart the server using the following command:
```
composer drupal:run-server
```

0 comments on commit 17a4c08

Please sign in to comment.