Vite-Proxy: direkt Appwrite, längere Timeouts gegen 504

Proxy-Ziel appwrite.webklar.com, 120s Timeout und 504-Hinweise in LOCAL_DEV.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Webklar Deploy
2026-05-22 18:56:25 +00:00
parent d2e7088146
commit f174421c63
3 changed files with 51 additions and 13 deletions

View File

@@ -1,14 +1,14 @@
# Kopieren nach .env.local (wird nicht von Git versioniert):
# cp .env.example .env.local
#
# Lokal mit Vite-Proxy (empfohlen <20> Session-Cookies wie auf dem Server):
# Lokal mit Vite-Proxy (empfohlen <20> Session-Cookies wie auf dem Server):
VITE_APPWRITE_ENDPOINT=http://localhost:5173/v1
VITE_APPWRITE_PROJECT_ID=6a1058610003c5a13a05
VITE_APPWRITE_DATABASE_ID=woms-database
VITE_APPWRITE_BUCKET_ID=woms-attachments
# Optional: anderes Proxy-Ziel (Standard: https://ticket.webklar.com)
# VITE_APPWRITE_PROXY_TARGET=https://ticket.webklar.com
# Optional: Proxy-Ziel (Standard: https://appwrite.webklar.com)
# VITE_APPWRITE_PROXY_TARGET=https://appwrite.webklar.com
# Produktion / Build (ohne Vite-Proxy):
# VITE_APPWRITE_ENDPOINT=https://ticket.webklar.com/v1