fix(manifest): base_url auf api.wordeck.com — wordeck.com ist Web, hat kein /healthz
Some checks are pending
CI / validate (push) Waiting to run
Some checks are pending
CI / validate (push) Waiting to run
Vor dem Rebrand zeigte base_url auf cardecky.mana.how (war API+Web im gleichen Container). Mit dem Switch wurde cardecky.mana.how zur 301- Redirect-Stub, wordeck.com läuft als reines SvelteKit-Web — kein /healthz, kein /api/v1/*. Damit liefen alle Manifest-Endpoints (health, search, share/receive, tools, dsgvo) ins Leere. Korrekt ist https://api.wordeck.com (Container kreisel… nein, cards-api auf :3191, ingress in managarten cloudflared-config). mana-share-Health-Cron sah dadurch wordeck als failed=1 — nach Re-Registrierung mit korrektem base_url ist OK erwartet beim nächsten Cron-Tick. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
428b3d8b68
commit
2ee706bab1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"ownership": { "kind": "verein" },
|
||||
"tier_required": "beta",
|
||||
"endpoints": {
|
||||
"base_url": "https://wordeck.com",
|
||||
"base_url": "https://api.wordeck.com",
|
||||
"health": "/healthz",
|
||||
"dsgvo_export": "/api/v1/dsgvo/export",
|
||||
"search": "/api/v1/search",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue