stock.exdev.co.kr로 접속 url 변경

This commit is contained in:
Macbook
2026-06-17 10:00:34 +09:00
parent 58cf1e1ec7
commit 37533764ee
46 changed files with 354 additions and 75 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ npm run cap:android # or cap:ios
./scripts/upload-android-apk.sh --build --version 1.0.0
```
`app/.env` 예: `VITE_API_BASE_URL=http://exdev.co.kr/api`
`app/.env` 예: `VITE_API_BASE_URL=https://stock.exdev.co.kr/api`
자세한 내용: [`data/mobile-releases/README.md`](../data/mobile-releases/README.md)
@@ -36,7 +36,7 @@ Copy `.env.example` to `.env` and set `VITE_API_BASE_URL`.
### 로그인 시 "Failed to fetch" / "서버 응답이 느립니다"
- API는 **`http://exdev.co.kr/api`** 만 사용 (`https://exdev.co.kr` 은 443 미개방).
- API는 **`https://stock.exdev.co.kr/api`** 만 사용 (`https://stock.exdev.co.kr` 은 443 미개방).
- exdev 로그인은 **10~30초** 걸릴 수 있음 — 2분 타임아웃까지 대기.
- APK는 `app/.env``VITE_API_BASE_URL`이 빌드에 포함되어야 함.
- `androidScheme`**`http`**. `CapacitorHttp`는 비활성(로그인 fetch 안정화).