major update
This commit is contained in:
@@ -14,6 +14,20 @@ UI zeigt alte Daten/Assets oder Verhalten wirkt stale.
|
||||
docker compose restart php nginx
|
||||
```
|
||||
|
||||
## Erstdiagnose mit Doctor
|
||||
|
||||
### Symptom
|
||||
|
||||
Unklar, ob das Problem aus ENV, DB, Storage, RBAC oder Scheduler kommt.
|
||||
|
||||
### Lösung
|
||||
|
||||
```bash
|
||||
docker compose exec php sh -lc "php bin/doctor.php"
|
||||
```
|
||||
|
||||
Bei `FAIL` zuerst diese Punkte beheben, danach erneut ausführen.
|
||||
|
||||
## Login/API verhalten sich unerwartet
|
||||
|
||||
### Symptom
|
||||
|
||||
Reference in New Issue
Block a user