Skip to content

fix: align Android default API port with backend runtime - #13

Open
aimenng wants to merge 1 commit into
mainfrom
codex/review-and-test-code-functionality
Open

fix: align Android default API port with backend runtime#13
aimenng wants to merge 1 commit into
mainfrom
codex/review-and-test-code-functionality

Conversation

@aimenng

@aimenng aimenng commented Feb 12, 2026

Copy link
Copy Markdown
Owner

Motivation

  • Ensure Android/Capacitor native fallback API base URL matches the backend default port so local/native runs without VITE_API_BASE_URL reach the running backend and avoid silent network failures.

Description

  • Change DEFAULT_NATIVE_API_BASE_URL in utils/apiClient.ts from http://10.0.2.2:3001/api to http://10.0.2.2:8787/api and perform a brief audit of recent merge commits to check for regressions.

Testing

  • Executed npm ci, npm run check:text-encoding, npm run build, npx tsc --noEmit, and node --check on backend entry files which all succeeded, while npm run dev:backend correctly failed due to missing SUPABASE_URL/SUPABASE_SERVICE_ROLE_KEY environment variables (environment-dependent failure).

Codex Task

@vercel

vercel Bot commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gifts-couple-connection Ready Ready Preview, Comment Feb 12, 2026 3:22pm

@github-actions

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant