### fix: behebe HTTPS- und CORS-Probleme
- **MailController:** Erweitere `@CrossOrigin`-Whitelist um `https://app.mo-code.at`. - **dc-planb.yaml:** Passe API-URLs auf HTTPS an. - **WebMainScreen:** Aktualisiere UI-Versionsmarker auf `v2026-04-23.10 - HTTPS FIX`.
This commit is contained in:
@@ -29,3 +29,10 @@ Erstellung von zwei hoch-optimierten Web-Formularen für die Turniere in Neumark
|
||||
Die "Hallo Du!" Test-UI wurde durch produktive, fachlich korrekte Formulare ersetzt. Sobald ein Reiter auf "Jetzt nennen" klickt, wird der E-Mail-Workflow ausgelöst.
|
||||
|
||||
**Status:** Bereit für den Live-Einsatz am Wochenende. 🚀
|
||||
|
||||
### 2026-04-23 08:30 - Version 10: HTTPS & CORS FIX
|
||||
- **Problem**: Mixed Content Fehler (HTTPS -> HTTP) und CORS-Blockade auf `app.mo-code.at`.
|
||||
- **Lösung**:
|
||||
- `MailController.kt`: Whitelist für `https://app.mo-code.at` in `@CrossOrigin` hinzugefügt.
|
||||
- `dc-planb.yaml`: API-URLs auf `https://api.mo-code.at` umgestellt.
|
||||
- UI-Marker auf `v2026-04-23.10 - HTTPS FIX` aktualisiert.
|
||||
|
||||
Reference in New Issue
Block a user