FIX error 500

This commit is contained in:
PAVEL PALMA
2026-01-07 23:04:51 -06:00
parent a828de3990
commit b7b773be2e
7 changed files with 379 additions and 11 deletions

View File

@@ -234,3 +234,15 @@ curl -X DELETE http://localhost:8080/api/v1/data-purge/all
}
```
Extras
```bash
gcloud config configurations list
gcloud config list --all
gcloud config configurations activate banorte
lsof -ti:8080 | xargs kill -9
```